v0.30.1
版本发布时间: 2023-04-11 19:24:45
vitest-dev/vitest最新发布版本:v2.1.0-beta.6(2024-08-20 21:19:10)
🐞 Bug Fixes
- Do not rely on global
performance
andAggregateError
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3171 (cce45) - Allow workspace without a config in the root - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3173 (06852)
-
test.each
respectschaiConfig
- by @sheremet-va (4f6c1) - Use relative paths in source map's "sources" field - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3177 (6b1b4)
-
types:
- Allow augmenting jest namespace for custom assertions - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3169 (905ec)
- Publish utils and snapshot .d.ts files for typescript - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3172 (7af64)
-
snapshot:
-
toMatchFileSnapshot
ensure dir exists - by @antfu in https://github.com/vitest-dev/vitest/issues/3155 (31168) - Improve
skipWriting
check - by @antfu (5436c) - Normalize EOL for
toMatchFileSnapshot
- by @antfu in https://github.com/vitest-dev/vitest/issues/3164 (df3f2)
-