diff --git a/grunt/tasks/jest.js b/grunt/tasks/jest.js index 97e0d38521..94d8f2022c 100644 --- a/grunt/tasks/jest.js +++ b/grunt/tasks/jest.js @@ -73,7 +73,7 @@ function run(done, configPath) { grunt.log.writeln('running jest'); var args = [ - path.join('node_modules', 'jest-cli', 'bin', 'jest'), + path.join('node_modules', 'jest', 'bin', 'jest'), '--runInBand', '--no-watchman', ];