mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
21 lines
679 B
HTML
21 lines
679 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="../bower_components/qunit/qunit/qunit.css"/>
|
|
</head>
|
|
<body>
|
|
|
|
<h1 id="qunit-header">SystemJS Test Suite</h1>
|
|
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<div id="qunit-test-area"></div>
|
|
|
|
<script src="../bower_components/es6-module-loader/dist/es6-module-loader.js"></script>
|
|
<script src="../dist/system.js" data-traceur-src="../bower_components/traceur/traceur.js" data-main="test" type="text/javascript"></script>
|
|
|
|
<script src="../bower_components/qunit/qunit/qunit.js"></script>
|
|
</body>
|
|
</html> |