Alex Lohr
Alex Lohr
Sorry, you don't need __dirname; this is already being taken care of. Only relative paths did not work yet, but I have a fix in the pipeline.
Please check with version 0.2.0; aliases should now work.
It seems to conflict with the "--version" default. Change `'v': ['--variable'],` to `'V': ['--variable'],` in bin/hulk and you should be fine using -V instead.
About https://github.com/solidjs/solid-docs-next/pull/651#discussion_r1567747513: these are the same principles, merely described differently: testing-library starts with the default and then explains the exceptions, I start with the exception and end with the default.
Thanks!
It was certainly a collaborative effort.
Those are just a copy of our README, so it doesn't make much sense to do that. It would be better to link to the new testing guide once this...
It works out of the box in solid-start in SSR. In other SSR modes, you have to add the getRequestHeaders and getResponseHeaders functions in the options, since classic solid SSR...
This loses us the ability to use `[handler, argument]` event props. We also seem to have some issues with the calling of spread() that need to be addressed. I would...
Use `'on:load': () => ...`.