move NodeDish tests out into own file

This commit is contained in:
d98762625 2019-04-24 08:44:59 +01:00
parent de8c99eceb
commit aeb08caf77
3 changed files with 70 additions and 56 deletions

View file

@ -30,6 +30,7 @@ import TestRegister from "../lib/TestRegister";
import "./tests/nodeApi";
import "./tests/operations";
import "./tests/File";
import "./tests/NodeDish";
const testStatus = {
allTestsPassing: true,