Skip to content

Commit 59b4242

Browse files
authored
update snapshot
1 parent 5c01750 commit 59b4242

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/smoke-tests/--typescript.test.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
104104

105105
expect(
106106
await filesMatching('{dist,declarations}/**/*', addonDir),
107-
`ensure we emit the correct files out of the box to the correct folders`,
107+
`ensure we emit the correct files out of the box to the correct folders`
108108
).toMatchInlineSnapshot(`
109109
[
110110
"dist/index.js",
@@ -124,10 +124,10 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
124124
"declarations/index.d.ts.map",
125125
"declarations/template-registry.d.ts",
126126
"declarations/template-registry.d.ts.map",
127-
"declarations/components/another-gts.gts.d.ts",
128-
"declarations/components/another-gts.gts.d.ts.map",
129-
"declarations/components/template-import.gts.d.ts",
130-
"declarations/components/template-import.gts.d.ts.map",
127+
"declarations/components/another-gts.d.ts",
128+
"declarations/components/another-gts.d.ts.map",
129+
"declarations/components/template-import.d.ts",
130+
"declarations/components/template-import.d.ts.map",
131131
"declarations/services/example.d.ts",
132132
"declarations/services/example.d.ts.map",
133133
]

0 commit comments

Comments
 (0)