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
1) [chromium] βΊ misc-test.ts:49:5 βΊ miscellaneous tests βΊ with SSR βΊ should be able to create a server function inside of a .js file
"beforeAll" hook timeout of 120000ms exceeded.
12 | });
13 |
> 14 | // test.describe("without SSR", () => {
| ^
15 | // runTests(false);
16 | // });
17 |
at D:\a\solid-start\solid-start\test\misc-test.ts:14:10
1) [chromium] βΊ misc-test.ts:49:5 βΊ miscellaneous tests βΊ with SSR βΊ should be able to create a server function inside of a .js file
TypeError: Cannot read properties of undefined (reading 'close')
45 | }
46 | `
> 47 | }
| ^
48 | });
49 |
50 | appFixture = await fixture.createServer();
at file:///D:/a/solid-start/solid-start/test/misc-test.ts:47:24
1 flaky
[chromium] βΊ misc-test.ts:49:5 βΊ miscellaneous tests βΊ with SSR βΊ should be able to create a server function inside of a .js file
51 skipped
40 passed (3m)