mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
61-email: fix useTLS and its span in HTML. Removes unused code in 61-email.js. Adds description on how to test the entity
This commit is contained in:
parent
25ba1184e1
commit
410d45e4db
@ -93,7 +93,7 @@ Testing
|
||||
You can pass the credentials object to the `node-red-node-test-helper` by doing the following:
|
||||
|
||||
```js
|
||||
const emailNode = require("../nodes/node-red-nodes_email/email.js");
|
||||
const emailNode = require("./61-email");
|
||||
|
||||
const testFlows = [{
|
||||
id: "n1", type: "e-mail", name: "Email",
|
||||
|
Loading…
x
Reference in New Issue
Block a user