add tests for setOperations

This commit is contained in:
d98762625 2018-03-22 18:11:24 +00:00
parent 7d15bfe58a
commit 20e54a8ecf
3 changed files with 309 additions and 4 deletions

View file

@ -33,6 +33,7 @@ import "./tests/operations/OTP.js";
import "./tests/operations/Regex.js";
import "./tests/operations/StrUtils.js";
import "./tests/operations/SeqUtils.js";
import "./tests/operations/SetOperations.js"
let allTestsPassing = true;