node-red-node-test-helper icon indicating copy to clipboard operation
node-red-node-test-helper copied to clipboard

A test framework for Node-RED nodes

Results 37 node-red-node-test-helper issues
Sort by recently updated
recently updated
newest added

Rather than checking tapped logs a few milliseconds after. Pull request #12 addresses this.

## Types of changes - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) ## Proposed changes I fixed typo and...

Add tests for the test helper itself.

This module should supply a test harness only. It should have *examples* showing how to use this with test frameworks (e.g. Mocha). A user which wants to test their own...

I have a few suggestions: - The code should be linted with [ESLint](https://npm.im/eslint) for consistency. NR consumes JSHint, but it's basically a dead project at this point. There should be...