Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Corrected test script
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Apr 8, 2015
1 parent d951c59 commit 4899efb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"main": "lib/index",
"scripts": {
"test": "scripts/test",
"test": "scripts/build"
"prepublish": "scripts/build"
},
"dependencies": {
"media-typer": "~0.3.0",
"async": "~0.9.0"
},
"devDependencies": {
"protagonist-experimental": "0.18.2",
"coffee-script": "~1.7.1",
"mocha": "~1.21.3",
"chai": "~1.9.1"
},
"optionalDependencies": {
"protagonist-experimental": "0.18.2",
"tv4": "~1.1.5"
}
}
3 changes: 3 additions & 0 deletions scripts/mocha
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
cd $(dirname $0)/..
./node_modules/.bin/mocha --compilers coffee:coffee-script/register ./test ./test/formats

0 comments on commit 4899efb

Please sign in to comment.