Update jest bin command

This commit is contained in:
Dan Abramov
2016-05-25 21:49:32 +01:00
parent 00bc8ceaad
commit 9c22ef7e50
+1 -1
View File
@@ -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',
];