Skip to content

Commit 95cf2c4

Browse files
PopradiArpadboneskull
authored andcommitted
fixed array test name in mocha/test/browser/index.html
1 parent c0b5990 commit 95cf2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/browser/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
if (!expr) throw new Error(msg || 'failed');
1212
}
1313
</script>
14-
<script src="array.js"></script>
14+
<script src="array.spec.js"></script>
1515
<script src="../acceptance/duration.spec.js"></script>
1616
<script src="../acceptance/timeout.spec.js"></script>
1717
<script src="multiple-done.spec.js"></script>

0 commit comments

Comments
 (0)