Skip to content

Commit 827bf0f

Browse files
author
vakrilov
committed
tests made working with the new structure
1 parent 5454c5c commit 827bf0f

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ script:
3535
- npm install
3636
- cd ./tests
3737
- npm install
38+
- npm install ../nativescript-angular
3839
- tns platform add android
3940
- tns test android --emulator --justlaunch

Diff for: tests/hooks/before-prepare/10-copy-renderer.js

-7
This file was deleted.

Diff for: tests/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"dependencies": {
3333
"nativescript-unit-test-runner": "^0.3.3",
3434
"tns-core-modules": "2.0.0-angular-7",
35+
"nativescript-angular": "^0.1.6",
3536
"nativescript-intl": "^0.0.2",
3637
"@angular/common": "2.0.0-rc.1",
3738
"@angular/compiler": "2.0.0-rc.1",

0 commit comments

Comments
 (0)