Skip to content

Commit

Permalink
use tap for testing
Browse files Browse the repository at this point in the history
because pretty
  • Loading branch information
isaacs committed Nov 20, 2015
1 parent d8b9132 commit bdc8238
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -22,5 +22,11 @@
"license": "MIT",
"bugs": {
"url": "https://github.com/isaacs/core-util-is/issues"
},
"scripts": {
"test": "tap test.js"
},
"devDependencies": {
"tap": "^2.3.0"
}
}
2 changes: 1 addition & 1 deletion test.js
@@ -1,4 +1,4 @@
var assert = require('assert');
var assert = require('tap');

var t = require('./lib/util');

Expand Down

0 comments on commit bdc8238

Please sign in to comment.