Skip to content

Commit

Permalink
Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Sep 26, 2013
1 parent e5f23b2 commit afd1a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
test;
for (test in tests) {
console.log('Initializing ' + suite.name + ' test:', test);
tests[test]();
}
});
});

0 comments on commit afd1a45

Please sign in to comment.