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 eb16d3f commit ea39684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ This example covers the usage with a `computeWorkerKey` method:
### File `parent.js`

```javascript
import JestWorker from 'jest-worker';
import {Worker as JestWorker} from 'jest-worker';

async function main() {
const myWorker = new JestWorker(require.resolve('./Worker'), {
Expand Down

0 comments on commit ea39684

Please sign in to comment.