tap-spec added

This commit is contained in:
Chinmay Pandhare
2017-07-11 23:59:50 +05:30
parent 1d1a1268ca
commit 3b3aed89c1

View File

@@ -4,7 +4,7 @@
"description": "A modular JavaScript image manipulation library modeled on a storyboard.",
"main": "dist/image-sequencer.js",
"scripts": {
"test": "tape test/*.js; browserify test/image-sequencer.js test/chain.js | tape-run"
"test": "tape test/*.js | tap-spec; browserify test/image-sequencer.js test/chain.js | tape-run --render=\"tap-spec\""
},
"repository": {
"type": "git",