fix jshint for runtests.js

pull/1/head
Caleb James DeLisle 7 years ago
parent fe0030a0d6
commit beaf391122

@ -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. // This file is for automated testing, it should probably not be invoked for any other purpose.
// It will: // It will:
// 1. npm install // 1. npm install
@ -53,7 +53,5 @@ run('npm', ['install'], () => {
}).nThen((waitFor) => { }).nThen((waitFor) => {
run('npm', ['run', 'fresh'], ()=>{}); run('npm', ['run', 'fresh'], ()=>{});
run('node', ['./TestSelenium.js'], waitFor()); run('node', ['./TestSelenium.js'], waitFor());
}).nThen((waitFor) => { }).nThen(killAll);
killAll();
});
}); });
Loading…
Cancel
Save