package.json: scripts.test for npm test goodness
This commit is contained in:
parent
b1ed38af90
commit
83a0963118
1 changed files with 4 additions and 0 deletions
|
@ -18,5 +18,9 @@
|
|||
"devDependencies": {
|
||||
"tap": "0.2.0",
|
||||
"ben": "0.0.0"
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
"test": "tap test/*.js"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue