Skip to content

Commit

Permalink
Fix:jest-worker:should-not-expose--babel-interop
Browse files Browse the repository at this point in the history
  • Loading branch information
anje123 committed Dec 5, 2020
1 parent 9b35d6c commit eb16d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-worker/src/__performance_tests__/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const assert = require('assert');
// eslint-disable-next-line import/no-extraneous-dependencies
const workerFarm = require('worker-farm');
const JestWorker = require('../../build').default;
const JestWorker = require('../../build').Worker;

// Typical tests: node --expose-gc test.js empty 100000
// node --expose-gc test.js loadTest 10000
Expand Down

0 comments on commit eb16d3f

Please sign in to comment.