mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove redundant "can be required without errors" test
This commit is contained in:
parent
536a0c9142
commit
d09c992ecc
@ -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) {
|
||||
|
||||
|
@ -16,10 +16,6 @@
|
||||
var should = require("should");
|
||||
|
||||
describe("red/storage/index", function() {
|
||||
it('can be required without errors', function(done) {
|
||||
var storage = require("../../../red/storage/index");
|
||||
done();
|
||||
});
|
||||
|
||||
it('rejects the promise when settings suggest loading a bad module', function(done) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user