Skip to content

Commit cea87ef

Browse files
committed
Tests: fixed path to require expect
1 parent 24651fa commit cea87ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
*/
55

66
// expose the globals that are obtained through `<script>` on the browser
7-
expect = require('../expect')
7+
expect = require('../index')

0 commit comments

Comments
 (0)