We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33aaf22 commit a703237Copy full SHA for a703237
tests/test.html
@@ -38,7 +38,7 @@
38
if (!expr) throw new Error(msg || 'failed');
39
}
40
</script>
41
- <!-- <script src="file.js"></script>
+ <script src="file.js"></script>
42
<script src="error.js"></script>
43
<script src="object.js"></script>
44
<script src="collection.js"></script>
@@ -50,8 +50,6 @@
50
51
<script src="status.js"></script>
52
<script src="sms.js"></script>
53
- -->
54
- <script src="user.js"></script>
55
<script>
56
onload = function(){
57
mocha.checkLeaks();
0 commit comments