From 1d28802e388277a6b75efbaa1589027879df101f Mon Sep 17 00:00:00 2001 From: FotoVerite Date: Wed, 12 Jun 2013 01:21:10 -0400 Subject: [package] Updates package.json to run tests with npm test. --- package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package.json') 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", -- cgit v1.2.3