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: tests/smoke-tests/--typescript.test.ts
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -96,13 +96,13 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
96
96
`ensure we don't pollute the src dir with declarations and emit the js and .d.ts to the correct folders -- this should be the same as the input files (no change from the fixture + default files)`,
97
97
).toMatchInlineSnapshot(`
98
98
[
99
+
"src/components/another-gts.gts",
100
+
"src/components/template-import.gts",
99
101
"src/index.ts",
100
102
"src/lint-test-gts.gts",
101
103
"src/lint-test-ts.ts",
102
-
"src/template-registry.ts",
103
-
"src/components/another-gts.gts",
104
-
"src/components/template-import.gts",
105
104
"src/services/example.ts",
105
+
"src/template-registry.ts",
106
106
]
107
107
`);
108
108
@@ -111,37 +111,37 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
111
111
`ensure we emit the correct files out of the box to the correct folders`,
0 commit comments