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