mirror of
https://github.com/chaijs/chai
synced 2024-11-15 00:07:11 +00:00
added utility tests to browser specs
This commit is contained in:
parent
c8c780aa35
commit
88c121e5ee
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
<script src="should.js"></script>
|
||||
<script src="assert.js"></script>
|
||||
<script src="plugins.js"></script>
|
||||
<script src="utilities.js"><script>
|
||||
<script>onload = function() {
|
||||
mocha.run();
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<script src="../should.js"></script>
|
||||
<script src="../assert.js"></script>
|
||||
<script src="../plugins.js"></script>
|
||||
<script src="../utilities.js"></script>
|
||||
<script>onload = function() {
|
||||
mocha.run();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue