Skip to content

Commit

Permalink
don't require('tap') in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 28, 2017
1 parent 53f9571 commit 1e1cf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test/unfinished-empty.js
@@ -1,4 +1,4 @@
var t = require('tap')
var t = require('../..')

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

Expand Down

0 comments on commit 1e1cf7d

Please sign in to comment.