Numil
How to have the same behavior for fetching data between F5/navigator refresh and navigation
Hello, i want to block the loading/navigation even when using navigateTo from one page to the next, the same as when having a navigator reload.
i use useAsyncData in my page and it waits for the whole request when accessing the page, but not when navigating in between 2 pages, i want to wait in both cases
10 replies
Vitest slow tests compared to jest
Hey, I can't really share more than the config i got right after this message, but we switched from Jest to Vitest for our tests (vitests with nuxt environment ofc) and the speed for the tests really increased, i wanted to know if it a slower execution was to be expected or not ? (it more that quadrupled so i guess we have other problems, and running with --pool=forks didn't change anything)
I'll try to provide a repro really soon
15 replies