You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
789 B
25 lines
789 B
|
7 months ago
|
<!DOCTYPE HTML>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<title>Director Browserify Tests</title>
|
||
|
|
<link rel="stylesheet" href="../../node_modules/qunitjs/qunit/qunit.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p>To run these tests first generate a Browserify bundle for director by running the command <kbd>browserify -r ../director -o test/browser/browserified-bundle.js</kbd> in the repo's root directory.</p>
|
||
|
|
|
||
|
|
<div id="qunit">
|
||
|
|
<div id="qunit-fixture"></div>
|
||
|
|
|
||
|
|
<script src="browserified-bundle.js"></script>
|
||
|
|
<script>
|
||
|
|
var HTML5TEST = false;
|
||
|
|
var RouterAlias = require('/').Router;
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<script src="../../node_modules/qunitjs/qunit/qunit.js"></script>
|
||
|
|
<script src="helpers/api.js"></script>
|
||
|
|
<script src="routes-test.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|