Rename tests to UnitTestApp (#4520)

This commit is contained in:
SvetoslavTsenov
2017-07-06 18:26:34 +03:00
committed by GitHub
parent e1bba78784
commit e7d0824421
2 changed files with 8 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">UnitTestApp</string>
<string name="title_activity_kimera">UnitTestApp</string>
</resources>

View File

@@ -4,12 +4,12 @@
"readme": "NativeScript Application", "readme": "NativeScript Application",
"repository": "<fill-your-repository-here>", "repository": "<fill-your-repository-here>",
"nativescript": { "nativescript": {
"id": "org.nativescript.tests", "id": "org.nativescript.UnitTestApp",
"tns-ios": { "tns-ios": {
"version": "3.0.0" "version": "3.1.1"
}, },
"tns-android": { "tns-android": {
"version": "3.0.1" "version": "3.1.1"
} }
}, },
"dependencies": { "dependencies": {