Releases: johannschopplich/nitro-test-utils
Releases · johannschopplich/nitro-test-utils
v0.7.0
🚀 Features
- Allow specifying vite/vitest configuration options - by @marcogrcr in #4 (2d773)
View changes on GitHub
v0.6.0
🚨 Breaking Changes
- Default to
pool: forks(Vitest v2 default) - by @johannschopplich (d75fe)
🚀 Features
- Upgrade to Vitest v2 - by @johannschopplich (d13bc)
View changes on GitHub
v0.5.0
🚀 Features
- Conditional code inside tests with
import.meta.test- by @johannschopplich (cc80f)
View changes on GitHub
v0.4.4
🚀 Features
- Populate env from local
.env.testfile - by @johannschopplich in #2 (a9514)
View changes on GitHub
v0.4.3
v0.4.2
No significant changes
View changes on GitHub
v0.4.1
No significant changes
View changes on GitHub
v0.4.0
🚨 Breaking Changes
modeVitest option for Nitro build - by @johannschopplich (a3d1b)- Return full response from
ofetch.raw- by @johannschopplich (6ca5f)
View changes on GitHub
v0.3.1
v0.3.0
🚀 Features
- Rerun tests when Nitro rebuilds - by @johannschopplich in #1 (39337)