Skip to content

Commit 41f5775

Browse files
committed
chore(e2e): config files
1 parent 1905340 commit 41f5775

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

e2e/modal-navigation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.modalnavigation",
88
"tns-ios": {
9-
"version": "3.4.1"
9+
"version": "next"
1010
},
1111
"tns-android": {
12-
"version": "3.4.1"
12+
"version": "nest"
1313
}
1414
},
1515
"dependencies": {

e2e/modal-navigation/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"exclude": [
2525
"node_modules",
26-
"platforms"
26+
"platforms",
27+
"e2e"
2728
]
28-
}
29+
}

0 commit comments

Comments
 (0)