Remove redundant "can be required without errors" test

This commit is contained in:
hbeeken
2014-07-28 20:24:01 +01:00
parent 536a0c9142
commit d09c992ecc
2 changed files with 0 additions and 7 deletions

View File

@@ -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) {