Skip to content

Commit 4e9ac6a

Browse files
authored
Merge pull request #2097 from NativeScript/lini/fix-import-compat
fix: wrong import path in compat package
2 parents a60be03 + 6984c26 commit 4e9ac6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Bootstrap helper module for jasmine spec tests
22
import "@nativescript/angular/platform";
3-
import "@nativescript/angular/dist/zone-nativescript.jasmine.js";
3+
import "@nativescript/angular/zone-js/dist/zone-nativescript.jasmine.js";

0 commit comments

Comments
 (0)