Skip to content

Commit

Permalink
explicit start calls
Browse files Browse the repository at this point in the history
  • Loading branch information
SlexAxton committed Dec 5, 2012
1 parent bb6ed03 commit 2a0f80f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ <h2 id="qunit-userAgent"></h2>

<section><aside>this is an aside within a section</aside></section>

<script>
QUnit.start();
</script>

</body>
</html>
1 change: 1 addition & 0 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ <h5>JSON.stringify(Modernizr)</h5>
setTimeout(revealreftests, 100);
}

QUnit.start();
</script>


Expand Down
2 changes: 1 addition & 1 deletion test/qunit/qunit.js
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ extend( QUnit, {
updateRate: 1000,
blocking: false,
autostart: true,
autorun: true,
autorun: false,
filter: "",
queue: [],
semaphore: 0
Expand Down

0 comments on commit 2a0f80f

Please sign in to comment.