afc163 8 년 전
부모
커밋
c271a7b7f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/run-tests.js

+ 1 - 1
tests/run-tests.js

@@ -22,7 +22,7 @@ startServer.stdout.on('data', (data) => {
   if (data.toString().indexOf('The app is running at') >= 0) {
     // eslint-disable-next-line
     console.log('Development server is started, ready to run tests.');
-    const testCmd = spawn('npm', ['run', 'jest'], {
+    const testCmd = spawn('npm', ['test'], {
       stdio: 'inherit',
     });
     testCmd.on('exit', () => {