From ed5113300022650e66461c8dbf1ded6e71805db6 Mon Sep 17 00:00:00 2001 From: dtodorov Date: Mon, 19 Aug 2019 11:35:15 +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 152ef39..31af65d 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 e43dc42db44eabcbbd6d619569628e5291a910a4 Mon Sep 17 00:00:00 2001 From: dtodorov Date: Mon, 19 Aug 2019 14:14:46 +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 31af65d..a8dfbcc 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"