Skip to content

Commit

Permalink
test: resolve setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz authored and arcanis committed Mar 8, 2022
1 parent 871a67c commit f5fe35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ module.exports = {
`<rootDir>/packages/plugin-compat`,
],
reporters: [`default`, [require.resolve(`jest-junit`), {output: `<rootDir>/junit.xml`}]],
setupFiles: [`@yarnpkg/cli/sources/polyfills.ts`],
setupFiles: [require.resolve(`@yarnpkg/cli/sources/polyfills.ts`)],
testTimeout: 50000,
};

0 comments on commit f5fe35e

Please sign in to comment.