mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix node test helper for runtime/api changes
This commit is contained in:
@@ -19,9 +19,6 @@ var should = require("should");
|
||||
var changeNode = require("../../../../nodes/core/logic/15-change.js");
|
||||
var helper = require("../../helper.js");
|
||||
|
||||
var Log = require("../../../../red/log.js");
|
||||
|
||||
|
||||
describe('change Node', function() {
|
||||
|
||||
beforeEach(function(done) {
|
||||
|
Reference in New Issue
Block a user