diff --git a/src/index.js b/src/index.js index fb3b3a8..75e0a13 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,4 @@ -import { runCLI } from '@jest/core'; +import { runCLI } = require('@jest/core'); import PluginError from 'plugin-error'; import through2 from 'through2';