use new test-helper add test to package.json (#441)

* use new test-helper add test to package.json

* try to fix travis build with new test helper

* install coveralls globally

* work around travis issue with adding node_modules/.bin in PATH
This commit is contained in:
Mike Blackstock
2018-05-01 09:33:05 -07:00
committed by Dave Conway-Jones
parent 5e0874ab44
commit f275ea0bac
14 changed files with 734 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ var EventEmitter = require('events').EventEmitter
var util = require('util');
var data = require("./data");
var path = require("path");
var helper = require('../../../test/helper.js');
var helper = require("node-red-node-test-helper");
// Mute "Starting/Stopping flows to stdout"