Fixup all the tests

This commit is contained in:
Nick O'Leary
2018-08-20 16:17:24 +01:00
parent 998bf92ad4
commit 38a1291c5b
113 changed files with 458 additions and 250 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "0.19.1",
"version": "0.20.0",
"description": "A visual tool for wiring the Internet of Things",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
@@ -116,9 +116,9 @@
"wdio-mocha-framework": "^0.6.2",
"wdio-spec-reporter": "^0.1.5",
"webdriverio": "^4.13.1",
"node-red-node-test-helper": "^0.1.7"
"node-red-node-test-helper": "node-red/node-red-node-test-helper"
},
"engines": {
"node": ">=4"
"node": ">=8"
}
}