浏览代码

Fixed small syntax error

bwhitn 8 年之前
父节点
当前提交
414726ecd4
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      test/index.js

+ 2 - 1
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 = {