We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dfc2c commit 9715039Copy full SHA for 9715039
packages/test/mocha-test-setup/mocharc-common.cjs
@@ -42,7 +42,7 @@ function getFluidTestMochaConfig(packageDir, additionalRequiredModules, testRepo
42
});
43
44
if (process.env.FLUID_TEST_LOGGER_PKG_SPECIFIER) {
45
- const modulePath = require.resolve(process.env.FLUID_TEST_LOGGER_PKG_SPECIFIER);
+ const modulePath = path.join(moduleDir, process.env.FLUID_TEST_LOGGER_PKG_SPECIFIER);
46
// Inject implementation of createTestLogger, put it first before mocha-test-setup
47
if (existsSync(modulePath)) {
48
requiredModulePaths.unshift(modulePath);
0 commit comments