Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
Something went wrong. Try again.
TypeScript
1234567export function createNode() { const div = document.createElement('div') div.className = 'node' div.textContent = 'Hello World!' return div}