UNPKG

grunt-mocha-require-phantom

Version:

Grunt plugin for testing requireJS code using mocha in phantomJS and regular browsers

16 lines (15 loc) 412 B
<!doctype html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="/tmp/mocha.css" /> <title>Tests</title> </head> <body> <!-- Required for browser reporter --> <div id="mocha"></div> <script src="/tmp/mocha.js"></script> <script src="/tmp/bridge.js"></script> <script src="/tmp/include.js"></script> </body> </html>