We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6896a17 commit afdb9afCopy full SHA for afdb9af
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+#### 0.3.5
2
+
3
+ - Update mocha
4
+ - Bump supertest (#83) @hardillb
5
+ - feat: make load, setFlows async/await (enable vitest) (#82) @AllanOricil
6
+ - feat: enable async start/stop server (#81) @AllanOricil
7
+ - Bump express.js and body-parser (#79) @hardillb
8
9
#### 0.3.4
10
11
- Update dependencies
package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-node-test-helper",
- "version": "0.3.4",
+ "version": "0.3.5",
"description": "A test framework for Node-RED nodes",
"main": "index.js",
"scripts": {
@@ -23,7 +23,7 @@
23
"supertest": "^7.1.4"
24
},
25
"devDependencies": {
26
- "mocha": "^9.2.2"
+ "mocha": "^11.7.1"
27
28
"contributors": [
29
0 commit comments