Adds tests for Disjoin to the test runner

This commit is contained in:
Spencer Walden 2018-12-28 17:05:15 -08:00
parent 3d2d0614be
commit 53ecf8791e

View File

@ -82,6 +82,7 @@ import "./tests/operations/TranslateDateTimeFormat";
import "./tests/operations/Magic"; import "./tests/operations/Magic";
import "./tests/operations/ParseTLV"; import "./tests/operations/ParseTLV";
import "./tests/operations/Media"; import "./tests/operations/Media";
import "./tests/operations/Disjoin";
let allTestsPassing = true; let allTestsPassing = true;
const testStatusCounts = { const testStatusCounts = {