Skip to content

Instantly share code, notes, and snippets.

@mokkabonna
Created June 22, 2013 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mokkabonna/5841346 to your computer and use it in GitHub Desktop.
Save mokkabonna/5841346 to your computer and use it in GitHub Desktop.
qunit-setup
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>QUnit test</title>
<link rel="stylesheet" href="../lib/qunit/qunit.css"></head>
<script src="../lib/qunit/qunit.js"></script>
<script data-main="runner" src="../lib/requirejs/require.js"></script>
<body>
<div id="qunit"></div>
<div id="qunit-fixture">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment