| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <!-- npm modules --> | |
| <script src="../../node_modules/mocha/mocha.js"></script> | |
| <!-- initialize the test framework; this must come first --> | |
| <script type="module" src="../js/lib_test_main.js"></script> | |
| <link href="../../node_modules/mocha/mocha.css" rel="stylesheet" /> | |
| <link href="../../libdot/css/mocha-dark-theme.css" rel="stylesheet" /> | |
| </head> | |
| <body> | |
| <div id="mocha"></div> | |
| </body> | |
| </html> |