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
@@ -92,7 +95,7 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
92
95
awaitcommandSucceeds(`${packageManager} run build`);
93
96
94
97
expect(
95
-
awaitfilesMatching('src/**',addonDir),
98
+
(awaitfilesMatching('src/**',addonDir)).sort(),
96
99
`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
100
).toMatchInlineSnapshot(`
98
101
[
@@ -107,7 +110,7 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
0 commit comments