Skip to content

Commit 7118e11

Browse files
committed
Revive TKUnit.assert
1 parent 2ff2007 commit 7118e11

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

tests/app/App_Resources/Android/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
1818
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
1919
<uses-permission android:name="android.permission.INTERNET"/>
20+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
2021

2122
<application
2223
android:name="com.tns.NativeScriptApplication"

tests/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,19 @@
77
"id": "org.nativescript.tests",
88
"tns-ios": {
99
"version": "2.0.0"
10+
},
11+
"tns-android": {
12+
"version": "2.0.0"
1013
}
1114
},
1215
"dependencies": {
1316
"tns-core-modules": "2.0.1"
17+
},
18+
"devDependencies": {
19+
"babel-traverse": "6.9.0",
20+
"babel-types": "6.9.0",
21+
"babylon": "6.8.0",
22+
"filewalker": "0.1.2",
23+
"lazy": "1.0.11"
1424
}
1525
}

0 commit comments

Comments
 (0)