Create a single NS app for cuteness.io, gallery-app and ui-tests-app in apps/

Move all other apps to https://github.com/NativeScript/tns-apps-graveyard
This commit is contained in:
Rossen Hristov
2016-07-05 18:09:57 +03:00
parent c2867e7a1c
commit a18d5e7622
484 changed files with 756 additions and 5501 deletions

View File

@ -1,2 +1,2 @@
{ "name" : "Tests",
{ "name" : "tns-samples-tests",
"main" : "app/app.js" }

1
tests/references.d.ts vendored Normal file
View File

@ -0,0 +1 @@
/// <reference path="../tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.

15
tests/tsconfig.json Normal file
View File

@ -0,0 +1,15 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmitHelpers": true,
"noEmitOnError": true
},
"exclude": [
"node_modules",
"platforms"
]
}