use node-red-node-test-helper for node tests

This commit is contained in:
mblackstock
2018-03-01 20:41:16 -08:00
parent 4ebb5d099e
commit 10d8ca30b0
35 changed files with 35 additions and 202 deletions

View File

@@ -16,7 +16,7 @@
var should = require("should");
var sentimentNode = require("../../../../nodes/core/analysis/72-sentiment.js");
var helper = require("../../helper.js");
var helper = require("node-red-node-test-helper");
describe('sentiment Node', function() {