Skip to content

Commit 6984c26

Browse files
committed
fix: wrong import path in compat package
#2059
1 parent a60be03 commit 6984c26

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)