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:57:5 βΊ miscellaneous tests βΊ with SSR βΊ should be able to create a server function inside of a .js file
Error: Expected build directory to exist at D:\a\solid-start\solid-start\.tmp\miscellaneous-tests-with-SSR-qkdququfmjo\.solid\server\entry-server.js. The build probably failed. Did you maybe have a syntax error in your test code strings?
18 | function runTests(ssr) {
19 | test.beforeAll(async () => {
> 20 | fixture = await createFixture({
| ^
21 | files: {
22 | "vite.config.ts": js`
23 | import solid from "solid-start/vite";
at createFixture (file:///D:/a/solid-start/solid-start/test/helpers/create-fixture.ts:45:11)
at file:///D:/a/solid-start/solid-start/test/misc-test.ts:20:17
1 flaky
[chromium] βΊ misc-test.ts:57:5 βΊ miscellaneous tests βΊ with SSR βΊ should be able to create a server function inside of a .js file
51 skipped
40 passed (1m)