We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a595e commit 229c5fbCopy full SHA for 229c5fb
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+#### 0.2.7
2
+ - Wait for startFlows to resolve before returning from loadFlow call - required with Node-RED 1.3+
3
+ - README.md: Update example unit test to report assertion failures
4
+ - examples: lower-case_spec.js: Allow proper assertion failure reporting (#45)
5
+
6
+#### 0.2.6
7
8
+ - Optionally preload catch/status/complete nodes in test cases Fixes #48
9
10
#### 0.2.5
11
12
- Add proper middleware on httpAdmin express app
package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-node-test-helper",
- "version": "0.2.6",
+ "version": "0.2.7",
"description": "A test framework for Node-RED nodes",
"main": "index.js",
"scripts": {
0 commit comments