Add numeric sorting tests

This commit is contained in:
Chris van Marle 2017-05-30 08:53:18 +02:00
parent 71aa4033a4
commit c6391d958d
2 changed files with 34 additions and 0 deletions

View file

@ -20,6 +20,7 @@ import "./tests/operations/FlowControl.js";
import "./tests/operations/Image.js";
import "./tests/operations/MorseCode.js";
import "./tests/operations/StrUtils.js";
import "./tests/operations/SeqUtils.js";
let allTestsPassing = true;
const testStatusCounts = {