Skip to content

Add testing guideline #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add specific name for example
  • Loading branch information
kazuhitoyokoi committed Oct 20, 2020
commit 6286c47f1184a7d76897f149e0c95778cad93f1c
2 changes: 1 addition & 1 deletion docs/creating-nodes/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The processing of test code typically follows this sequence:
6. Run test flow in helper
7. Evaluate processing results

The following explains how to create test code based on the [example](https://github.com/node-red/node-red-node-test-helper#Example-unit-test) in the helper.
The following explains how to create test code based on the lowercase [example](https://github.com/node-red/node-red-node-test-helper#Example-unit-test) in the helper.
The test code is written using Mocha.
Specific details about Mocha are not given here, but you can learn about writing test code in Mocha by visiting the preceding URL and other resources.

Expand Down