Skip to content

Commit afd1a45

Browse files
committed
Enable tests
1 parent e5f23b2 commit afd1a45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/run.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
test;
99
for (test in tests) {
1010
console.log('Initializing ' + suite.name + ' test:', test);
11+
tests[test]();
1112
}
12-
});
13+
});

0 commit comments

Comments
 (0)