mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #305 from hbeeken/test-index-remove-redundant-test
Remove redundant "can be required without errors" test
This commit is contained in:
commit
31d72b2193
@ -47,9 +47,6 @@ var storage = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
describe("red/nodes/index", function() {
|
describe("red/nodes/index", function() {
|
||||||
it('can be required without errors', function() {
|
|
||||||
require("../../../red/nodes/index");
|
|
||||||
});
|
|
||||||
|
|
||||||
it('nodes are initialised with credentials',function(done) {
|
it('nodes are initialised with credentials',function(done) {
|
||||||
|
|
||||||
|
@ -16,10 +16,6 @@
|
|||||||
var should = require("should");
|
var should = require("should");
|
||||||
|
|
||||||
describe("red/storage/index", function() {
|
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) {
|
it('rejects the promise when settings suggest loading a bad module', function(done) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user