1 | <!doctype html>
|
2 | <html>
|
3 | <head>
|
4 | <meta charset="utf-8">
|
5 | <title>es6-shim tests</title>
|
6 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" type="text/javascript"></script>
|
7 | <link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
|
8 | <script src="../node_modules/es5-shim/es5-shim.js"></script>
|
9 | <script src="../node_modules/es5-shim/es5-sham.js"></script>
|
10 | <script src="../node_modules/mocha/mocha.js"></script>
|
11 |
|
12 | <script src="../node_modules/chai/chai.js"></script>
|
13 | <script src="../es6-sham.js"></script>
|
14 | <script src="../test/browser-setup.js"></script>
|
15 | <script src="set-prototype-of.js"></script>
|
16 | <script src="function.js"></script>
|
17 | <script src="../test/browser-onload.js"></script>
|
18 | </head>
|
19 | <body>
|
20 | <div id="mocha"></div>
|
21 | </body>
|
22 | </html>
|
23 |
|