Browse Source

fix test

pull/13/head
afc163 9 years ago
parent
commit
c271a7b7f1
  1. 2
      tests/run-tests.js

2
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', () => {

Loading…
Cancel
Save