UNPKG

hiceligendi

Version:
19 lines (18 loc) 488 B
<!DOCTYPE html> <html> <head> <title>Mocha</title> <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'> <meta charset='utf-8'> <link rel='stylesheet' href='../node_modules/mocha/mocha.css' /> </head> <body> <div id='mocha'></div> <script src='../node_modules/mocha/mocha.js'></script> <script>mocha.setup('bdd')</script> <script src='spec.browserify.js'></script> <script> window.mocha.run(); </script> </body> </html>