Skip to content

Commit fb2a4ea

Browse files
committed
add npm test script
so that Travis can run the tests
1 parent 9a45221 commit fb2a4ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "CSS parser",
55
"keywords": ["css", "parser", "stylesheet"],
66
"author": "TJ Holowaychuk <tj@vision-media.ca>",
7+
"scripts": {
8+
"test": "./node_modules/.bin/mocha --require should"
9+
},
710
"devDependencies": {
811
"mocha": "*",
912
"should": "*"

0 commit comments

Comments
 (0)