Skip to content

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 10 Nov 22:37
· 59 commits to main since this release
ce83b21

Patch Changes

  • Changed API to match other vitest browser mode libs (by @shairez in 5959be0)
    mount is now render and you import it instead of having it as a fixture/context.

    (You can always create your own by extending the test function and having the render function injected instead of imported)