fix jshint for runtests.js

pull/1/head
Caleb James DeLisle 2017-12-19 18:23:26 +01:00
parent fe0030a0d6
commit beaf391122
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
// jshint esversion: 6
// jshint esversion: 6, browser: false, node: true
// This file is for automated testing, it should probably not be invoked for any other purpose.
// It will:
// 1. npm install
@ -53,7 +53,5 @@ run('npm', ['install'], () => {
}).nThen((waitFor) => {
run('npm', ['run', 'fresh'], ()=>{});
run('node', ['./TestSelenium.js'], waitFor());
}).nThen((waitFor) => {
killAll();
});
}).nThen(killAll);
});