testing circle install firefox

This commit is contained in:
Abhinav Adduri 2017-07-17 09:39:51 -07:00
parent e9c49073a8
commit e5f2b386bb
5 changed files with 56 additions and 10 deletions

View file

@ -16,7 +16,12 @@
<script>
mocha.checkLeaks();
mocha.globals(['jQuery']);
mocha.run();
mocha.run(function(err) {
document.title = err;
});
</script>
<script>
</script>
</body>
</html>