Hofer Ivan

Results 97 comments of Hofer Ivan

I would assume it is a SvelteKit problem, since `typesafe-i18n` does not make any network calls.

I'm not sure what to do about the failing tests.. Older versions don't have "Node16" as an option

I have some free time next week. I can take a look at this

@kettanaito I have fixed the tests like you have suggested. I had to add `tsx` as a `devDependency` to be able to execute the `run.ts` script. I could not make...

With this branch it is now poosible to run the following `esm` file: _test.mjs_ ```js import { setupServer } from 'msw/node' setupServer() ``` with the command `node ./test.mjs`

I think this PR is ready to be merged. Or is something still missing?

Ah, right. But it shows up here: https://deploy-preview-313--sveltesociety-preview.netlify.app/recipes/testing-and-debugging I'll fix it

I have converted it to a new route that just contains the link

Here is another example that triggers this behaviour: https://svelte.dev/repl/257464acef204b68a2c2ae77d56db5f5?version=3.51.0