Skip to content

Commit

Permalink
fixed array test name in mocha/test/browser/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PopradiArpad authored and boneskull committed Jun 3, 2017
1 parent c0b5990 commit 95cf2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
if (!expr) throw new Error(msg || 'failed');
}
</script>
<script src="array.js"></script>
<script src="array.spec.js"></script>
<script src="../acceptance/duration.spec.js"></script>
<script src="../acceptance/timeout.spec.js"></script>
<script src="multiple-done.spec.js"></script>
Expand Down

1 comment on commit 95cf2c4

@eugenet8k
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wish the same could be done for https://github.com/mochajs/mocha/blob/master/test/browser/large.html:

<script src="large.js"></script>

Please sign in to comment.