Skip to content

Commit

Permalink
one more resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 27, 2021
1 parent c144c6e commit 40b1160
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/jest-core/src/__tests__/runJest.test.js
Expand Up @@ -21,7 +21,10 @@ describe('runJest', () => {
await runJest({
changedFilesPromise: Promise.resolve({repos: {git: {size: 0}}}),
contexts: [],
globalConfig: {testSequencer: '@jest/test-sequencer', watch: true},
globalConfig: {
testSequencer: require.resolve('@jest/test-sequencer'),
watch: true,
},
onComplete: () => null,
outputStream: {},
startRun: {},
Expand Down

0 comments on commit 40b1160

Please sign in to comment.