illuminati
Version:
secret society
29 lines (27 loc) • 833 B
HTML
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/mocha.css" />
</head>
<body>
<div id="mocha"></div>
<!--
This should always be the first file loaded as need to introduce and
override globals. It could be that other scripts store references to these
objects before we can override them. In addition to that, this file also
stores the full source map to the /illuminati.js file.
-->
<script src="/prepare-env.js"></script>
<script src="/mocha.js"></script>
<script>
mocha.ui('{illuminati:ui}');
mocha.reporter('{illuminati:reporter}');
</script>
<script src="/illuminati.js"></script>
<script>
if (window.mochaPhantomJS) mochaPhantomJS.run();
else mocha.run();
</script>
</body>
</html>