aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFotoVerite <[email protected]>2013-06-12 01:21:10 -0400
committerFotoVerite <[email protected]>2013-06-12 01:21:10 -0400
commit1d28802e388277a6b75efbaa1589027879df101f (patch)
tree60a320947308385746220df06ab80acb77847908
parent3c2c44dbe66f8006fc6da319fd63a6fb85888bd6 (diff)
downloadfaker-1d28802e388277a6b75efbaa1589027879df101f.tar.xz
faker-1d28802e388277a6b75efbaa1589027879df101f.zip
[package] Updates package.json to run tests with npm test.
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 9a907488..eac38e5c 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,9 @@
"type": "git",
"url": "http://github.com/Marak/Faker.js.git"
},
+ "scripts": {
+ "test": "node_modules/.bin/mocha test/*.*.js"
+ },
"devDependencies": {
"jshint": "0.9.0",
"istanbul": "0.1.25",