Skip to content

Commit

Permalink
fix: import runCLI off default export (fix Nerajno#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobq committed Sep 21, 2020
1 parent 06edcfb commit 30d4934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
@@ -1,4 +1,4 @@
import { runCLI } from '@jest/core';
const { runCLI } = require('@jest/core');
import PluginError from 'plugin-error';
import through2 from 'through2';

Expand Down

0 comments on commit 30d4934

Please sign in to comment.