From 9c22ef7e50bd54a67dadfd6c24f637957f0fee1f Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 25 May 2016 20:44:07 +0100 Subject: [PATCH] Update jest bin command --- grunt/tasks/jest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ];