Skip to content

Commit a7a4100

Browse files
committed
test: resolve setup file
1 parent 3dcc8d3 commit a7a4100

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)