We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d19b3 commit f5dd37cCopy full SHA for f5dd37c
tests/app/App_Resources/Android/AndroidManifest.xml
@@ -23,6 +23,7 @@
23
android:allowBackup="true"
24
android:icon="@drawable/icon"
25
android:label="@string/app_name"
26
+ android:usesCleartextTraffic="true"
27
android:theme="@style/AppTheme" >
28
<activity
29
android:name="com.tns.NativeScriptActivity"
tests/karma.conf.js
@@ -14,10 +14,10 @@ module.exports = function(config) {
14
// list of files / patterns to load in the browser
15
files: [
16
'app/tests/test-main.js',
17
- 'app/**/*.js'
+ 'app/**/*.js',
18
+ 'src/tests/**/*.js'
19
],
20
-
21
// list of files to exclude
22
exclude: [
0 commit comments