afterwriting
Version:
Post-processing tools for Fountain screenplays
44 lines (34 loc) • 1.58 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">
__TEST = true;
mocha.setup({
ui: 'bdd',
reporter: new URL(window.location).searchParams.get('reporter')
});
</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/unit/plugin/changelog/controller/init-changelog-controller.test', '../test/unit/plugin/io/controller/open-controller-test', '../test/unit/utils/converter/finaldraftTest', '../test/unit/utils/fnTest', '../test/unit/utils/helperTest', '../test/unit/utils/print-profile-util.test', '../test/unit/utils/textstatsTest'], function(){
mocha.run();
});
</script>
</body>
</html>