diff options
| author | FotoVerite <[email protected]> | 2013-06-12 01:21:10 -0400 |
|---|---|---|
| committer | FotoVerite <[email protected]> | 2013-06-12 01:21:10 -0400 |
| commit | 1d28802e388277a6b75efbaa1589027879df101f (patch) | |
| tree | 60a320947308385746220df06ab80acb77847908 | |
| parent | 3c2c44dbe66f8006fc6da319fd63a6fb85888bd6 (diff) | |
| download | faker-1d28802e388277a6b75efbaa1589027879df101f.tar.xz faker-1d28802e388277a6b75efbaa1589027879df101f.zip | |
[package] Updates package.json to run tests with npm test.
| -rw-r--r-- | package.json | 3 |
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", |
