From 5ae4f1bb41e271ae0549e67c5acfdd1d3fb25ba4 Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Tue, 19 Dec 2017 19:13:14 +0100 Subject: [PATCH] Fake change in order to trigger a build... --- runtests.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtests.js b/runtests.js index c326411e2..9954bc685 100644 --- a/runtests.js +++ b/runtests.js @@ -1,4 +1,5 @@ // 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 @@ -54,4 +55,4 @@ run('npm', ['install'], () => { run('npm', ['run', 'fresh'], ()=>{}); run('node', ['./TestSelenium.js'], waitFor()); }).nThen(killAll); -}); \ No newline at end of file +});