From 414726ecd46790c6859e8839012d154ad857a889 Mon Sep 17 00:00:00 2001 From: bwhitn Date: Sun, 27 Aug 2017 09:44:26 -0400 Subject: [PATCH] Fixed small syntax error --- test/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index 00d147fe..52d3b38c 100644 --- a/test/index.js +++ b/test/index.js @@ -24,7 +24,8 @@ import "./tests/operations/Image.js"; import "./tests/operations/MorseCode.js"; import "./tests/operations/StrUtils.js"; import "./tests/operations/SeqUtils.js"; -import "./tests/operations/VBE.js" +import "./tests/operations/VBE.js"; + let allTestsPassing = true; const testStatusCounts = {