Fake change in order to trigger a build...
This commit is contained in:
parent
dc7dbb3e96
commit
5ae4f1bb41
@ -1,4 +1,5 @@
|
|||||||
// jshint esversion: 6, browser: false, node: true
|
// 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
|
||||||
@ -54,4 +55,4 @@ run('npm', ['install'], () => {
|
|||||||
run('npm', ['run', 'fresh'], ()=>{});
|
run('npm', ['run', 'fresh'], ()=>{});
|
||||||
run('node', ['./TestSelenium.js'], waitFor());
|
run('node', ['./TestSelenium.js'], waitFor());
|
||||||
}).nThen(killAll);
|
}).nThen(killAll);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user