@lewishowles/testing
v1.2.0
Published
Shared testing conventions and utilities for Lewis Howles projects, covering Vitest, Vue/component tests, and Playwright.
Readme
@lewishowles/testing
Shared testing utilities, covering Vitest helpers, Vue component mounting, and Playwright config presets.
Requirements
- Node 22+ / Bun
- Peer dependencies vary by subpath — see each doc
Installation
bun add -d @lewishowles/testingSubpaths
| Subpath | Purpose | Docs |
| --------------------------------- | --------------------------------------------------- | ---------------------------------------- |
| @lewishowles/testing/vue | Component mounting and app context for Vitest | docs/vue.md |
| @lewishowles/testing/vitest | Browser API mocks, Pinia setup, console suppression | docs/vitest.md |
| @lewishowles/testing/playwright | Config presets and component test mount helper | docs/playwright.md |
