Skip to content

Commit

Permalink
using tape for the args test
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Dec 17, 2012
1 parent 80d1fdb commit 544d12f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"weak" : "~0.2.1"
},
"devDependencies" : {
"tap" : "~0.2.5",
"browserify" : "~1.13.0"
"tap" : "~0.3.3",
"tape" : "~0.1.1"
},
"scripts" : {
"test" : "tap test/*.js"
Expand Down
4 changes: 1 addition & 3 deletions test/args.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
var test;
try { test = require('tap').test; }
catch (e) { test = require('testling') }
var test = require('tape');

var parseArgs = require('../lib/parse_args');

Expand Down

0 comments on commit 544d12f

Please sign in to comment.