Created
July 3, 2012 11:51
-
-
Save perokvist/3039283 to your computer and use it in GitHub Desktop.
qunitmetro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autoLoadTests: function (e) { | |
var re = new RegExp("([^/]+\.html$)"); | |
var testUrl = e.detail.location.replace(re, QUnit.config.unitTestFileName); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="/css/default.css" rel="stylesheet" /> | |
<link rel="stylesheet" type="text/css" href="css/qunitmetro-dark.css" /> | |
<script defer="defer" type="text/javascript" src="js/qunitmetro.js"></script> | |
<script src="/js/default.js"></script> | |
<script src="/js/navigator.js"></script> | |
... | |
<div data-win-control="WinJS.UI.AppBar"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment