Skip to content

Releases: vitest-community/vitest-browser-angular

v0.0.4

11 Nov 23:00
02e7d00

Choose a tag to compare

Patch Changes

v0.0.3

10 Nov 22:37
ce83b21

Choose a tag to compare

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)

v0.0.2

10 Sep 12:23
1913b58

Choose a tag to compare

Patch Changes

v0.0.1

08 Sep 00:24
1bcd520

Choose a tag to compare

Patch Changes

  • component now returns a locator of the component native element (by @shairez in f6b6c26)