Skip to content

Commit

Permalink
Do not autostart QUnit.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Mar 1, 2014
1 parent 0b77d7f commit 5485aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/fixture/qunit.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<div id="qunit"></div>
<script src="../../../dep/dev/qunit.js"></script>
<script>
QUnit.config.autostart = false;
test("hello qunit", function () {
ok(1 == 1, "Yay!");
});
Expand Down

0 comments on commit 5485aed

Please sign in to comment.