Added tests for Utils.parseEscapedChars

This commit is contained in:
n1474335 2019-10-16 17:22:48 +01:00 committed by d98762625
parent ac0b3d4572
commit 4d1df67299
5 changed files with 36 additions and 19 deletions

View file

@ -21,6 +21,8 @@ import "./tests/operations.mjs";
import "./tests/File.mjs";
import "./tests/Dish.mjs";
import "./tests/NodeDish.mjs";
import "./tests/Utils.mjs";
import "./tests/Categories.mjs";
const testStatus = {
allTestsPassing: true,