Pipe tap results through tap-spec

This commit is contained in:
Andrew Chilton 2014-08-22 15:13:46 +12:00
Родитель d03dfc4136
Коммит 2fbce54892
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@
"mysql-patcher": "./bin/mysql-patcher"
},
"scripts": {
"test": "tape test/*.js"
"test": "tape test/*.js | tap-spec"
},
"repository": {
"type": "git",
@ -29,6 +29,7 @@
},
"devDependencies": {
"mysql": "^2.4.2",
"tap-spec": "^0.2.1",
"tape": "^2.14.0"
}
}