[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vitest. An vitest environment with support for testing code that needs a Nuxt runtime environment
nuxt nuxt-module testing unit-testing vitest
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: release v0.4.2

+13 -1
+12
CHANGELOG.md
··· 1 1 2 2 3 + ## [0.4.2](https://github.com/danielroe/vitest-environment-nuxt/compare/0.4.1...0.4.2) (2023-01-18) 4 + 5 + 6 + ### Features 7 + 8 + * support passing custom test options to `getVitestConfig` ([53a1b68](https://github.com/danielroe/vitest-environment-nuxt/commit/53a1b683fcef58447eaada6faa89420230d40ec5)) 9 + 10 + 11 + ### Bug Fixes 12 + 13 + * support nuxt projects with custom `srcDir` ([f8d8d86](https://github.com/danielroe/vitest-environment-nuxt/commit/f8d8d86c5059a170a5d8db68207e2c9004b2a8aa)) 14 + 3 15 ## [0.4.1](https://github.com/danielroe/vitest-environment-nuxt/compare/0.4.0...0.4.1) (2023-01-17) 4 16 5 17
+1 -1
package.json
··· 1 1 { 2 2 "name": "vitest-environment-nuxt", 3 - "version": "0.4.1", 3 + "version": "0.4.2", 4 4 "description": "An vitest environment with support for testing code that needs a Nuxt runtime environment.", 5 5 "repository": "danielroe/vitest-environment-nuxt", 6 6 "keywords": [