From 53ecf8791e5bb560fbec61f8f46ff8686d1eb81a Mon Sep 17 00:00:00 2001 From: Spencer Walden Date: Fri, 28 Dec 2018 17:05:15 -0800 Subject: [PATCH] Adds tests for Disjoin to the test runner --- test/index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/index.mjs b/test/index.mjs index ff13fe3b..8b9a1981 100644 --- a/test/index.mjs +++ b/test/index.mjs @@ -82,6 +82,7 @@ import "./tests/operations/TranslateDateTimeFormat"; import "./tests/operations/Magic"; import "./tests/operations/ParseTLV"; import "./tests/operations/Media"; +import "./tests/operations/Disjoin"; let allTestsPassing = true; const testStatusCounts = {