diff --git a/src/index.js b/src/index.js index fb3b3a8..8744478 100644 --- a/src/index.js +++ b/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';