Skip to content

Commit f5fe35e

Browse files
merceyzarcanis
authored andcommitted
test: resolve setup file
1 parent 871a67c commit f5fe35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ module.exports = {
77
`<rootDir>/packages/plugin-compat`,
88
],
99
reporters: [`default`, [require.resolve(`jest-junit`), {output: `<rootDir>/junit.xml`}]],
10-
setupFiles: [`@yarnpkg/cli/sources/polyfills.ts`],
10+
setupFiles: [require.resolve(`@yarnpkg/cli/sources/polyfills.ts`)],
1111
testTimeout: 50000,
1212
};

0 commit comments

Comments
 (0)