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: src/__tests__/__snapshots__/replace-resources.spec.ts.snap
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
-
exports[`should keep styles but not styleUrls, keep template and transform templateUrl to proper syntax for CommonJS/ESM: app.component.ts-with-esm-false 1`] =`
3
+
exports[`should keep styles/template and transform styleUrls/templateUrl to proper syntax for CommonJS/ESM: app.component.ts-with-esm-false 1`] =`
exports[`should keep styles but not styleUrls, keep template and transform templateUrl to proper syntax for CommonJS/ESM: app.component.ts-with-esm-true 1`] =`
25
+
exports[`should keep styles/template and transform styleUrls/templateUrl to proper syntax for CommonJS/ESM: app.component.ts-with-esm-true 1`] =`
26
26
"import {__decorate} from \\"tslib\\";
27
27
import __NG_CLI_RESOURCE__0 from \\"./app.component.html\\";
28
+
import __NG_CLI_RESOURCE__1 from \\"./app.component.scss\\";
29
+
import __NG_CLI_RESOURCE__2 from \\"./foo.component.css\\";
exports[`should keep styles but not styleUrls, keep template and transform templateUrl to proper syntax for CommonJS/ESM: foo.component.ts-with-esm-false 1`] =`
47
+
exports[`should keep styles/template and transform styleUrls/templateUrl to proper syntax for CommonJS/ESM: foo.component.ts-with-esm-false 1`] =`
exports[`should keep styles but not styleUrls, keep template and transform templateUrl to proper syntax for CommonJS/ESM: foo.component.ts-with-esm-true 1`] =`
69
+
exports[`should keep styles/template and transform styleUrls/templateUrl to proper syntax for CommonJS/ESM: foo.component.ts-with-esm-true 1`] =`
68
70
"import {__decorate} from \\"tslib\\";
71
+
import __NG_CLI_RESOURCE__0 from \\"./app.component.scss\\";
72
+
import __NG_CLI_RESOURCE__1 from \\"./foo.component.css\\";
0 commit comments