UNPKG

butterknife

Version:

Spread the awesome blend of Grunt.js, Travis and Sauce

31 lines (30 loc) 815 B
<html> <head> <title>Mocha</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="../../mocha.css" /> <script src="../../mocha.js"></script> <script> mocha.setup({ ui: 'bdd', globals: ['okGlobalA', 'okGlobalB', 'okGlobalC', 'callback*'] }).timeout(1500) </script> <script> function assert(expr, msg) { if (!expr) throw new Error(msg || 'failed'); } </script> <script src="opts.js"></script> <script src="../acceptance/globals.js"></script> <script> onload = function(){ var runner = mocha.run(); }; </script> </head> <body> <div id="mocha"></div> </body> </html>