Skip to content

Commit f725a6e

Browse files
committed
fix: unit tests after refactoring
1 parent f519624 commit f725a6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import "@nativescript/angular/platform";
2-
import "@nativescript/angular/dist/zone-nativescript.mocha.js";
2+
import "@nativescript/angular/zone-js/dist/zone-nativescript.mocha.js";

tests/app/tests/renderer-tests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class StyledLabelCmp {
8282
styles: [
8383
`Label { color: red; }`,
8484
`
85-
StackLayout { color: brick; }
85+
StackLayout { color: brown; }
8686
TextField { color: red; background-color: lime; }
8787
`,
8888
],

0 commit comments

Comments
 (0)