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] βΊ css-link-test.ts:141:5 βΊ CSS link tags βΊ without streaming βΊ Pathless layout route
Error: Expected build directory to exist at D:\a\solid-start\solid-start\.tmp\CSS-link-tags-without-streaming-g03sles9oeg\.solid\server\entry-server.js. The build probably failed. Did you maybe have a syntax error in your test code strings?
105 | `;
106 |
> 107 | createNestedRoute("(auth)", ["login", "[...wild]"]);
| ^
108 | createNestedRoute("nested");
109 | createNestedRoute("[param]");
110 | createNestedRoute("nested/(pathless)", ["test"]);
at createFixture (file:///D:/a/solid-start/solid-start/test/helpers/create-fixture.ts:25:11)
at file:///D:/a/solid-start/solid-start/test/css-link-test.ts:107:17