Skip to content

Instantly share code, notes, and snippets.

@moznion
Last active December 19, 2015 18:49
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 moznion/6001797 to your computer and use it in GitHub Desktop.
Save moznion/6001797 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>QUnit Main Test Suite</title>
<link rel="stylesheet" href="lib/qunit.css">
<script src="lib/qunit.js"></script>
<script src="test.js"></script>
<script src="main.js"></script>
<script type="text/javascript" src="vendor/qunit-tap.js"></script>
<script>
qunitTap(QUnit, function() { console.log.apply(console, arguments); });
</script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture">test markup</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment