Skip to content

Instantly share code, notes, and snippets.

@DavidSouther
Created March 29, 2015 03:21
Show Gist options
  • Save DavidSouther/58ebfca865cbac4f9e0b to your computer and use it in GitHub Desktop.
Save DavidSouther/58ebfca865cbac4f9e0b to your computer and use it in GitHub Desktop.
qunit test page
<!DOCTYPE html>
<head>
<title>QUnit Test Page</title>
<link rel="stylesheet" href="libs/qunit-1.12.0.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="libs/qunit-1.12.0.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment