Merge master

This commit is contained in:
Nick O'Leary
2018-05-08 23:27:27 +01:00
35 changed files with 39 additions and 206 deletions

View File

@@ -16,7 +16,7 @@
var should = require("should");
var csvNode = require("../../../../nodes/core/parsers/70-CSV.js");
var helper = require("../../helper.js");
var helper = require("node-red-node-test-helper");
describe('CSV node', function() {

View File

@@ -19,7 +19,7 @@ var path = require("path");
var fs = require('fs-extra');
var htmlNode = require("../../../../nodes/core/parsers/70-HTML.js");
var helper = require("../../helper.js");
var helper = require("node-red-node-test-helper");
describe('html node', function() {

View File

@@ -16,7 +16,7 @@
var should = require("should");
var jsonNode = require("../../../../nodes/core/parsers/70-JSON.js");
var helper = require("../../helper.js");
var helper = require("node-red-node-test-helper");
describe('JSON node', function() {

View File

@@ -16,7 +16,7 @@
var should = require("should");
var xmlNode = require("../../../../nodes/core/parsers/70-XML.js");
var helper = require("../../helper.js");
var helper = require("node-red-node-test-helper");
describe('XML node', function() {

View File

@@ -16,7 +16,7 @@
var should = require("should");
var yamlNode = require("../../../../nodes/core/parsers/70-YAML.js");
var helper = require("../../helper.js");
var helper = require("node-red-node-test-helper");
describe('YAML node', function() {