Sourced from vitest's releases.
v1.1.1
🐞 Bug Fixes
- Don't crash when using happy-dom or jsdom environment on Yarn PnP workspaces - by
@wojtekmaj
and@sheremet-va
in vitest-dev/vitest#4698 (ee8b4)- Don't fail if
inline: true
is set - by@sheremet-va
in vitest-dev/vitest#4815 (8f622)- Correct option name
--no-parallelism
- by@bonyuta0204
in vitest-dev/vitest#4831 (5053a)- Match jest json output by making json reporter output ndjson-compatible - by
@bard
in vitest-dev/vitest#4824 (7e6a6)- runner:
- Reset "current test" state on dynamic
skip
- by@hi-ogawa
in vitest-dev/vitest#4814 (19faf)- vitest:
- Don't hang when mocking files with cyclic dependencies - by
@sheremet-va
in vitest-dev/vitest#4811 (e8ca6)- Initialize snapshot state only once for each file suite - by
@hi-ogawa
in vitest-dev/vitest#4796 (957da)- Fix file snapshots in skipped suites considered obsolete - by
@hi-ogawa
in vitest-dev/vitest#4795 (06c14)- Show
beforeAll/afterAll
errors in junit reporter - by@hi-ogawa
in vitest-dev/vitest#4819 (2baea)- vm-threads:
- Tests not cancelled on key press, cancelled tests shown twice - by
@AriPerkkio
in vitest-dev/vitest#4781 (cf53d)View changes on GitHub
v1.1.0
🚀 Features
- Add es-main compatibility to vite-node - by
@zookatron
in vitest-dev/vitest#4751 (486a3)- Add
--workspace
option, fix root resolution in workspaces - by@sheremet-va
and@AriPerkkio
in vitest-dev/vitest#4773 (67d93)- Add
--no-file-parallelism
,--maxWorkers
,--minWorkers
flags - by@sheremet-va
and@AriPerkkio
in vitest-dev/vitest#4705 (fd5d7)- Add
--no-isolate
flag to improve performance, add documentation about performance - by@sheremet-va
,@AriPerkkio
and Pascal Jufer in vitest-dev/vitest#4777 (4d55a)- Add
--exclude
CLI flag - by@Namchee
and@sheremet-va
in vitest-dev/vitest#4279 (f859e)🐞 Bug Fixes
- Correctly reset provided values - by
@sheremet-va
in vitest-dev/vitest#4775 (5a71e)- expect:
- Fix
toHaveProperty
assertion error diff - by@hi-ogawa
in vitest-dev/vitest#4734 (f8f70)- runner:
- Handle fixture teardown error - by
@hi-ogawa
in vitest-dev/vitest#4683 (c6f5f)- types:
defineWorkspace
fix intellisense and report type errors - by@AriPerkkio
in vitest-dev/vitest#4743 (9cc36)- ui:
- Escape html for console log view - by
@hi-ogawa
in vitest-dev/vitest#4724 (e0dde)- Fix coverage iframe url for html report preview - by
@hi-ogawa
in vitest-dev/vitest#4717 (71911)- Show file item when search filter matches only test cases - by
@hi-ogawa
in vitest-dev/vitest#4736 (f43fd)- vitest:
- Pass down CLI options to override workspace configs - by
@sheremet-va
in vitest-dev/vitest#4774 (8dabe)View changes on GitHub
c8abbc1
chore: release v1.1.12baea35
fix(vitest): show beforeAll/afterAll
errors in junit
reporter (#4819)7e6a62a
fix: match jest json output by making json reporter output
ndjson-compatible ...5053a5d
fix: correct option name --no-parallelism
(#4831)06c14f7
fix(vitest): fix file snapshots in skipped suites considered obsolete
(#4795)8ddb494
chore: always externalize vitest (#4816)8f6225b
fix: don't fail if inline: true
is set (#4815)ee8b46d
fix: don't crash when using happy-dom or jsdom environment on Yarn PnP
worksp...957daa3
fix(vitest): initialize snapshot state only once for each file suite (#4796)cf53d4b
fix(vm-threads): tests not cancelled on key press, cancelled tests shown
twic...