From 059b1887c1e23710202d310644e461f61b9efe90 Mon Sep 17 00:00:00 2001 From: dtodorov Date: Mon, 19 Aug 2019 10:31:04 +0300 Subject: [PATCH 1/2] Fix: mocha-multi to 1.0.1 --- tests/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/package.json b/tests/package.json index c01c8bb..3daa04a 100644 --- a/tests/package.json +++ b/tests/package.json @@ -10,7 +10,7 @@ "karma-nativescript-launcher": "^0.4.0", "mocha": "^3.3.0", "mocha-junit-reporter": "^1.18.0", - "mocha-multi": "^1.0.1", + "mocha-multi": "1.0.1", "mochawesome": "^3.1.1", "nativescript-dev-appium": "~5.2.0", "typescript": "~3.5.3" @@ -18,4 +18,4 @@ "scripts": { "e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts" } -} \ No newline at end of file +} From 50a4628103701264eacea316c8f693a03cc65b7f Mon Sep 17 00:00:00 2001 From: dtodorov Date: Mon, 19 Aug 2019 13:47:05 +0300 Subject: [PATCH 2/2] Update package.json --- tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/package.json b/tests/package.json index 3daa04a..932bab7 100644 --- a/tests/package.json +++ b/tests/package.json @@ -10,7 +10,7 @@ "karma-nativescript-launcher": "^0.4.0", "mocha": "^3.3.0", "mocha-junit-reporter": "^1.18.0", - "mocha-multi": "1.0.1", + "mocha-multi": "1.1.0", "mochawesome": "^3.1.1", "nativescript-dev-appium": "~5.2.0", "typescript": "~3.5.3"