Skip to content

Commit 4a66e0c

Browse files
chore: fix typo
1 parent c49ac6f commit 4a66e0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: e2e/renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"webpack-sources": "~1.1.0"
5959
},
6060
"scripts": {
61-
"e2e": "tsc -p e2e && mocha --opts .../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
61+
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
6262
"compile-tests-w": "tsc -p e2e --watch",
6363
"update-app-ng-deps": "update-app-ng-deps"
6464
}

Diff for: e2e/router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"webpack-sources": "~1.1.0"
6363
},
6464
"scripts": {
65-
"e2e": "tsc -p e2e && mocha --opts .../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
65+
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
6666
"compile-tests-w": "tsc -p e2e --watch",
6767
"update-app-ng-deps": "update-app-ng-deps"
6868
}

0 commit comments

Comments
 (0)