modified the browser tests, but limiting the tests to integration while debugger

This commit is contained in:
Spencer Alger
2014-01-15 01:04:29 -07:00
parent 57ca30fbc8
commit 8e8bb8c63c
5 changed files with 25 additions and 14 deletions

View File

@ -14,6 +14,10 @@
mocha.globals(['mochaRunner', 'elasticsearch']);
</script>
<script src="browser_build.js"></script>
<script>var mochaRunner = mocha.run();</script>
<script>
mocha.run().on('end', function(){
window.mochaResults = runner.stats;
});
</script>
</body>
</html>