Fixed small syntax error

This commit is contained in:
bwhitn 2017-08-27 09:44:26 -04:00
parent fdc8a15595
commit 414726ecd4
1 changed files with 2 additions and 1 deletions

View File

@ -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 = {