UNPKG

985 BHTMLView Raw
1<!doctype html>
2<!-- You need to run `gulp test-browser` before opening this in your browser -->
3<html lang='en'>
4<head>
5 <meta charset='utf-8'>
6 <title>Tests</title>
7 <link rel='stylesheet' href='../node_modules/mocha/mocha.css' />
8
9 <!-- Polyfill (required by Babel) -->
10 <script src='../node_modules/babel-polyfill/dist/polyfill.js'></script>
11
12 <!-- Testing libraries -->
13 <script src='../node_modules/mocha/mocha.js'></script>
14 <script src='../node_modules/chai/chai.js'></script>
15 <script src='../node_modules/sinon/pkg/sinon.js'></script>
16 <script src='../node_modules/sinon-chai/lib/sinon-chai.js'></script>
17
18 <!-- Livereload -->
19 <script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>
20
21 <!-- Load the built library -->
22 <script src='../tmp/__spec-build.js'></script>
23</head>
24<body>
25 <!-- Required for browser reporter -->
26 <div id='mocha'></div>
27</body>
28</html>