mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Update jest bin command
This commit is contained in:
+1
-1
@@ -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',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user