UNPKG

funcunit

Version:
32 lines (25 loc) 839 B
<!doctype html> <html> <head> <title>system-parse-amd tests</title> <link rel="stylesheet" type="text/css" href="../bower_components/qunit/qunit/qunit.css"/> </head> <body> <h1 id="qunit-header">system-npm 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="../bower_components/system.js/dist/system.js"></script> <script src="../bower_components/qunit/qunit/qunit.js"></script> <script src='../system-parse-amd.js'></script> <script src='test.js'></script> <script> System.baseURL = "../"; System.bowerDev = true; QUnit.config.autostart = false; </script> </body> </html>