afterwriting-fork-rickschubert
Version:
Screewriting tools
42 lines (32 loc) • 1.44 kB
HTML
<html>
<head>
<!---
Do not edit this file. It's generated automatically from template/runner.template.
-->
<script type="text/javascript" src="../js/libs/Blob.js"></script>
<script type="text/javascript" src="../js/libs/sinon.js"></script>
<script type="text/javascript" src="../node_modules/chai/chai.js"></script>
<script type="text/javascript" src="../node_modules/mocha/mocha.js"></script>
<script type="text/javascript" src="../test/phantomjs-polyfills.js"></script>
<script type="text/javascript">
__TEST = true;
mocha.setup('bdd');
</script>
<script src="../js/libs/pdfjs/build/pdf.js"></script>
<script type="text/javascript">
PDFJS.disableWorker = true;
</script>
<script type="text/javascript" src="../js/libs/require.js" data-main="../js/main.js"></script>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
</head>
</html>
<body>
<div id="mocha"></div>
<script type="text/javascript">
require(['../test/integration/aw-bubble/theme-logic', '../test/integration/open', '../test/integration/theme/aw-bubble/presenter/base-section-view-presenter.test'], function(){
mocha.run();
});
</script>
</body>
</html>