This commit is contained in:
ed 2021-12-22 10:26:45 +01:00
parent 0407685ecf
commit 4ccdb9a673
4 changed files with 104 additions and 36 deletions

View file

@ -16,13 +16,13 @@ import {
} from "../lib/utils.mjs";
import TestRegister from "../lib/TestRegister.mjs";
/*import "./tests/nodeApi.mjs";
import "./tests/nodeApi.mjs";
import "./tests/operations.mjs";
import "./tests/File.mjs";
import "./tests/Dish.mjs";
import "./tests/NodeDish.mjs";
import "./tests/Utils.mjs";
import "./tests/Categories.mjs";*/
import "./tests/Categories.mjs";
const testStatus = {
allTestsPassing: true,