Skip to content

Commit 1e1cf7d

Browse files
committed
don't require('tap') in test files
1 parent 53f9571 commit 1e1cf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test/unfinished-empty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var t = require('tap')
1+
var t = require('../..')
22

33
t.teardown(function () { console.log('ok') })
44

0 commit comments

Comments
 (0)