We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f23b2 commit afd1a45Copy full SHA for afd1a45
test/run.js
@@ -8,5 +8,6 @@
8
test;
9
for (test in tests) {
10
console.log('Initializing ' + suite.name + ' test:', test);
11
+ tests[test]();
12
}
-});
13
+});
0 commit comments