mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
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:
committed by
Dave Conway-Jones
parent
5e0874ab44
commit
f275ea0bac
@@ -15,7 +15,7 @@
|
||||
**/
|
||||
|
||||
var should = require("should");
|
||||
var helper = require('../../../test/helper.js');
|
||||
var helper = require("node-red-node-test-helper");
|
||||
var testNode = require('../../../parsers/geohash/70-geohash.js');
|
||||
|
||||
describe('geohash node', function() {
|
||||
|
Reference in New Issue
Block a user