UNPKG

bmocha

Version:

Alternative implementation of mocha

23 lines (22 loc) 422 B
<!DOCTYPE html> <html> <head> <title>__TITLE__</title> <style> body { font-family: __FONT__; color: __FG__; background-color: __BG__; } a { text-decoration: none; } </style> </head> <body> <div id="bmocha">Loading...</div> <script src="bmocha.js"></script> <script src="tests.js"></script> <script>run();</script> </body> </html>