21 lines
755 B
HTML
21 lines
755 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8"/>
|
||
|
|
<title>Backbone.Mutators Testsuite</title>
|
||
|
|
<link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css" type="text/css" media="screen">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1 id="qunit-header">Backbone.Mutators Testsuite</h1>
|
||
|
|
<h2 id="qunit-banner"></h2>
|
||
|
|
<div id="qunit-testrunner-toolbar"></div>
|
||
|
|
<h2 id="qunit-userAgent"></h2>
|
||
|
|
<ol id="qunit-tests"></ol>
|
||
|
|
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
|
||
|
|
<script src="../bower_components/underscore/underscore.js"></script>
|
||
|
|
<script src="../bower_components/backbone/backbone.js"></script>
|
||
|
|
<script src="../src/backbone.mutators.js"></script>
|
||
|
|
<script src="tests.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|