Skip to content

Instantly share code, notes, and snippets.

@madevelopers
Created March 25, 2012 06:39
Show Gist options
  • Save madevelopers/2191884 to your computer and use it in GitHub Desktop.
Save madevelopers/2191884 to your computer and use it in GitHub Desktop.
HTML: qunit template
<html>
<head>
<title>Untitled Test</title>
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-git.css">
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/qunit/qunit-git.js"></script>
<script type="text/javascript" src="tests.js"></script>
</head>
<body>
<h1 id="qunit-header">QUnit Test Suite</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment