Skip to content

Commit

Permalink
Temp fix for sporadic test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Ng committed Apr 10, 2014
1 parent d3181ff commit 7568135
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jakefile
@@ -1,7 +1,8 @@

var t = new jake.TestTask('Model', function () {
// FIXME: Events fail if run after integration tests
// This line forces them to run first so the tests pass
// FIXME: These tests fail if run too late
// This forces them to run first so the tests pass
this.testFiles.include('test/unit/default_adapter.js');
this.testFiles.include('test/unit/events.js');

this.testFiles.include('test/*.js');
Expand Down

0 comments on commit 7568135

Please sign in to comment.