mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Remove redundant "can be required without errors" test
This commit is contained in:
@@ -47,9 +47,6 @@ var storage = {
|
||||
};
|
||||
|
||||
describe("red/nodes/index", function() {
|
||||
it('can be required without errors', function() {
|
||||
require("../../../red/nodes/index");
|
||||
});
|
||||
|
||||
it('nodes are initialised with credentials',function(done) {
|
||||
|
||||
|
Reference in New Issue
Block a user