@@ -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