testing circle install firefox
This commit is contained in:
parent
e9c49073a8
commit
e5f2b386bb
5 changed files with 56 additions and 10 deletions
|
@ -16,7 +16,12 @@
|
|||
<script>
|
||||
mocha.checkLeaks();
|
||||
mocha.globals(['jQuery']);
|
||||
mocha.run();
|
||||
mocha.run(function(err) {
|
||||
document.title = err;
|
||||
});
|
||||
</script>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue