add tests

This commit is contained in:
Klaxon 2018-08-28 20:14:40 +10:00
parent 135b17186e
commit 86145dbf67
3 changed files with 134 additions and 1 deletions

View file

@ -64,6 +64,7 @@ import "./tests/operations/SetUnion";
import "./tests/operations/SymmetricDifference";
import "./tests/operations/TranslateDateTimeFormat";
import "./tests/operations/Magic";
import "./tests/operations/ParseIPRange";
let allTestsPassing = true;
const testStatusCounts = {
@ -142,4 +143,3 @@ TestRegister.runTests()
process.exit(allTestsPassing ? 0 : 1);
});