Skip to content

Commit a26ae24

Browse files
committed
fix link
1 parent aac6498 commit a26ae24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/creating-nodes/first-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ On Windows with older versions of npm, use `mklink` instead:
184184

185185
### Unit Testing
186186

187-
To support unit testing, an npm module called [`node-red-node-test-helper`](https://www.npmjs.com/package/node-red-contrib-test-helper) can be used. The test-helper is a framework built on the Node-RED runtime to make it easier to test nodes.
187+
To support unit testing, an npm module called [`node-red-node-test-helper`](https://www.npmjs.com/package/node-red-node-test-helper) can be used. The test-helper is a framework built on the Node-RED runtime to make it easier to test nodes.
188188

189189
Using this framework, you can create test flows, and then assert that your node properties and output is working as expected. For example, to add a unit test to the lower-case node you can add a `test` folder to your node module package containing a file called `_spec.js`
190190

0 commit comments

Comments
 (0)