You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,11 @@ Example:
71
71
importFoofrom'alias/foo';
72
72
73
73
// Rewrites to
74
-
importFoofrom'/Absolute/Path/To/alias-root/foo';
74
+
importFoofrom'/absolute/Path/To/alias-root/foo';
75
75
```
76
76
77
+
Note `/absolute/` prefix. This is the web route Karma adds to all urls leading to absolute files. It is important to keep it to avoid referencing same file with different urls.
0 commit comments