mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fixup all the tests
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
var when = require("when");
|
||||
var should = require("should");
|
||||
var paff = require('path');
|
||||
var storage = require("../../../../red/runtime/storage/index");
|
||||
|
||||
var NR_TEST_UTILS = require("nr-test-utils");
|
||||
|
||||
var storage = NR_TEST_UTILS.require("@node-red/runtime/lib/storage/index");
|
||||
|
||||
describe("red/storage/index", function() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user