Last change
on this file since 532 was
484,
checked in by hendrikvanantwerpen, 11 years ago
|
Commit node_modules, to make checkouts and builds more deterministic.
|
File size:
475 bytes
|
Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <title>Mocha</title> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
---|
6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
---|
7 | <link rel="stylesheet" href="mocha.css" /> |
---|
8 | </head> |
---|
9 | <body> |
---|
10 | <div id="mocha"></div> |
---|
11 | <script src="mocha.js"></script> |
---|
12 | <script>mocha.setup('bdd')</script> |
---|
13 | <script src="tests.js"></script> |
---|
14 | <script> |
---|
15 | mocha.run(); |
---|
16 | </script> |
---|
17 | </body> |
---|
18 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.