From 2dd5b570a6bb774eda2fb9b9ce7cffd0741eb0a2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 24 Nov 2015 09:13:42 +0100 Subject: Force the mocha tests order --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 3c4934d29..0cdd11afe 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "scripts": { "start": "grunt dev", - "test": "grunt build && standard && mocha test/api" + "test": "grunt build && standard && mocha test" }, "dependencies": { "async": "^1.2.1", @@ -74,7 +74,8 @@ "afterEach", "before", "beforeEach", - "describe" + "describe", + "include" ] } } -- cgit v1.2.3