From 6bbbc4ab31acfc28c208e964b381df3f6d722acc Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Fri, 30 Jan 2015 22:51:28 -0800 Subject: [PATCH] updated mocha --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 107e2e2e..ea68c355 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "build": "./node_modules/gulp/bin/gulp.js;", "serve": "./node_modules/gulp/bin/gulp.js serve;", - "test": "./node_modules/gulp/bin/gulp.js; ./node_modules/mocha/bin/mocha src/test/e2e/index.js" + "test": "./node_modules/gulp/bin/gulp.js; ./node_modules/mocha/bin/mocha" }, "repository": { "type": "git",