Skip to content

Commit

Permalink
Updated AMD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Malakoff committed Mar 30, 2013
1 parent 1eaa866 commit 656cfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/test-amd.coffee
Expand Up @@ -15,7 +15,7 @@ try
# library and dependencies
require ['underscore', 'backbone', 'backbone-modelref', 'qunit_test_runner'], (_, Backbone, ModelRef, runner) ->
window._ = window.Backbone = null # force each test to require dependencies synchronously
require ['./build/test'], -> runner.start()
runner.start(); require ['./build/test'], ->

catch error
alert("AMD tests failed: '#{error}'")

0 comments on commit 656cfc2

Please sign in to comment.