Skip to content

Commit e50a299

Browse files
committedMay 8, 2015
typo in mochalike test
1 parent 7b0423c commit e50a299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/test/mochalike.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if (typeof define !== 'function') {
1+
if (typeof describe !== 'function') {
22
var t = require('../../lib/root.js')
33
t.mochaGlobals()
44
}

0 commit comments

Comments
 (0)
Please sign in to comment.