From 3c090b4b56d466532e0b6fdad374c502572bbd6d Mon Sep 17 00:00:00 2001 From: Gaya Kessler Date: Thu, 15 Oct 2015 15:56:17 +0200 Subject: [PATCH] add jscs to tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4697ee8..d23d158 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "scripts": { "postinstall": "node ./node_modules/gulp/bin/gulp.js browserify && node ./node_modules/gulp/bin/gulp.js browserify-tests", - "test": "node ./node_modules/gulp/bin/gulp.js browserify && node ./node_modules/gulp/bin/gulp.js browserify-tests && node ./node_modules/mocha-phantomjs/bin/mocha-phantomjs test/browser/index.html" + "test": "node ./node_modules/jscs/bin/jscs src && node ./node_modules/gulp/bin/gulp.js browserify && node ./node_modules/gulp/bin/gulp.js browserify-tests && node ./node_modules/mocha-phantomjs/bin/mocha-phantomjs test/browser/index.html" }, "main": "./src/main.js", "author": {