edison
edison
a workaround ```js const stop = watchEffect(() => { console.log("effect"); emits("event"); setTimeout(() => { emits("event"); stop() }, 1000); }); ```
I've actually been planning to switch e2e tests to vitest browser mode too, but I haven't done it yet since vitest browser mode is still experimental. I have a question:...
@sheremet-va Sounds good to me. Let's move all e2e tests to vitest browser mode.
@sheremet-va I'll take a look later
@sheremet-va ```js // in vitest 3.2.4 const hook = vi.fn((el, done) => {}) test('hook length', () => { expect(hook.length).toBe(2) // true }) // in vitest 4.x const hook = vi.fn((el,...
The beta version will be released soon. There is no specific timeline for the stable version yet.
Probably not needed, SSR needs it because the `compileCache` is retained in the server process.
Thanks for your PR. Could you please add some tests in dom/template.spec.ts?
/ecosystem-ci run