We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f519624 commit f725a6eCopy full SHA for f725a6e
nativescript-angular-package/zone-js/testing.mocha.ts
@@ -1,2 +1,2 @@
1
import "@nativescript/angular/platform";
2
-import "@nativescript/angular/dist/zone-nativescript.mocha.js";
+import "@nativescript/angular/zone-js/dist/zone-nativescript.mocha.js";
tests/app/tests/renderer-tests.ts
@@ -82,7 +82,7 @@ export class StyledLabelCmp {
82
styles: [
83
`Label { color: red; }`,
84
`
85
- StackLayout { color: brick; }
+ StackLayout { color: brown; }
86
TextField { color: red; background-color: lime; }
87
`,
88
],
0 commit comments