Is it supposed to be possible to test SPAs using @nuxt/test-utils and vitest? When I run a basic test (createPage, textContent) it doesn't match any text actually shown, what I get back is just a ton of javascript. The test also takes over a hundred seconds before it fails.