81 Commits

Author SHA1 Message Date
Vladimir
7063d4dda8
docs(migration): add excludes section (#9041) 2025-11-17 11:23:43 +01:00
Vladimir
65292c3655
docs: update structure (#8625) 2025-11-06 14:59:05 +01:00
Vladimir
a3f4eec6ff
docs(migration): mention mock.settledResults (#8825) 2025-10-26 15:37:42 +01:00
Ari Perkkiö
f393112ce3
docs(migration): singleThread to mention isolate: false (#8822) 2025-10-26 12:18:37 +01:00
Vladimir Sheremet
22f03aa18b
docs: fix coverage.exclude in the migration guide 2025-10-24 13:42:59 +02:00
Vladimir Sheremet
c4485c6a02
docs: clarify the timeout number is supported 2025-10-21 19:34:59 +02:00
Vladimir Sheremet
ee0b6b0a56
docs: rename to vmMemoryLimit 2025-10-21 19:32:19 +02:00
Ari Perkkiö
4822d047a7
feat!: rewrite pools without tinypool (#8705)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-10-21 19:12:54 +02:00
Ahiwe Onyebuchi Valentine
ff08294e88
docs: correct typos in migration guide (#8750) 2025-10-21 18:55:18 +02:00
Vladimir
0dc93ea988
feat: introduce separate packages for browser mode providers (#8629) 2025-10-01 15:58:13 +02:00
Vladimir
4d41928c6d
feat!: remove deprecated order from test() API (#8594) 2025-09-19 12:08:11 +02:00
William Killerud
9e722834ae
feat!: include shadow root contents in pretty-format output (#8545) 2025-09-10 07:37:42 +02:00
Vladimir
25fd32bf0a
fix!: verbose reporter prints tests in a list, introduce tree reporter (#8500)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-09-09 06:58:27 +02:00
Vladimir
606cb9e3e3
feat(browser)!: require a provider factory instead of a string (#8445) 2025-08-27 12:00:11 +02:00
Vladimir
2c2d1d4ce4
perf!: remove minWorkers and set it automatically to 0 in non watch mode (#8454) 2025-08-25 16:16:35 +02:00
Vladimir
a1cb9719a4
fix!: remove deprecated APIs (#8428) 2025-08-12 18:25:50 +02:00
Vladimir
e69d8f4ec0
docs: add more info about workspace migration (#8406) 2025-08-12 14:51:22 +02:00
Vladimir
c0b9ad936e
docs: modernize jest migration guide (#8407) 2025-08-12 14:40:53 +02:00
Ari Perkkiö
149f8e5095
fix(reporter)!: remove deprecated APIs (#8223)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-08-04 14:30:28 +02:00
Vladimir
9e412de354
fix!: rewrite spying implementation to make module mocking more intuitive (#8363) 2025-08-01 16:13:07 +02:00
Vladimir
9be01ba594
feat!: use module-runner instead of vite-node (#8208)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-07-28 13:43:53 +02:00
Ari Perkkiö
013bf2cb2c
fix!: ignore --standalone when CLI filename filter is used (#8262) 2025-07-15 16:26:09 +02:00
Vladimir
6d64a3f6e6
docs: clarify node types (#8216) 2025-06-25 14:56:52 +02:00
Vladimir
76fb75d424
fix!: remove deprecated workspace option in favor of projects (#8218) 2025-06-25 14:56:40 +02:00
Vladimir
e91f7ba2d2
docs: remove old migration guides (#8217) 2025-06-24 16:22:12 +02:00
Vladimir
abc0d8273f
fix(spy)!: support spying on classes (#6160) 2025-06-24 16:17:30 +02:00
Vladimir
be11d374ca
fix!: remove deprecated environmentMatchGlobs and poolMatchGlobs (#8205) 2025-06-22 09:59:03 +02:00
Ari Perkkiö
176133ed0c
feat!(coverage): v8 to support only AST based remapping (#8064) 2025-06-18 12:29:05 +03:00
Ari Perkkiö
41a111c35b
fix!(coverage): remove .all, reworked include/exclude (#7837) 2025-06-18 11:20:23 +03:00
Ari Perkkiö
82fcf5d53b
fix!: remove 'basic' reporter (#7884) 2025-06-18 10:06:40 +03:00
leopardracer
de707276c8
docs: fix typos in documentation: "replaying" and "infering" (#8176)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2025-06-17 18:40:29 +02:00
renovate[bot]
4b0451d9e5
chore(deps): update dependency @antfu/eslint-config to v4 (#7407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-03-11 16:06:15 +01:00
Vladimir
1e857d25e8
docs: fix fakeTimers migration example and remove // (#7458) 2025-02-11 09:49:04 +09:00
Runyasak Chaengnaimuang
2abf053c2c
docs: update wording to "next major" (#7351) 2025-02-04 15:13:17 +01:00
Hiroshi Ogawa
83f8afd7e4
docs: add vite 6 migration guide link (#7372) 2025-02-04 15:01:10 +01:00
Hiroshi Ogawa
ef1464fc7b
fix: apply development|production condition on Vite 6 (#7301)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-01-23 14:38:54 +01:00
Vladimir
3fcf88ead1
docs: more migration changes in v3 (#7261)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-01-16 14:53:15 +01:00
Ari Perkkiö
b526896511
fix(coverage)!: always exclude test files (#7254) 2025-01-15 17:40:22 +01:00
Vladimir
aec0b5306e
fix: cleanup vitest/reporters entrypoint (#7241) 2025-01-14 06:42:38 +01:00
Vladimir
78b62ffe1d
feat: allow multi-browser configuration (#6975) 2024-12-19 14:21:41 +01:00
Vladimir
9a1b501223
feat: prepare the Vitest API to be stable (#6962) 2024-12-10 11:12:47 +01:00
Vladimir
82c2e24437
feat!: pass down context to test hooks (#7034) 2024-12-05 17:44:03 +01:00
Vladimir
407f10e48c
feat: print a deprecation warning if suite or test uses object as the third argument (#7031) 2024-12-05 17:18:59 +01:00
Joe
db7a888801
feat!: spy.mockReset changes (#6426) 2024-12-05 15:01:06 +01:00
Vladimir
57d23cec43
docs: fix inconsistencies, remove low informative twoslash examples (#6200) 2024-07-23 14:52:21 +02:00
Vladimir
a7636e39e6
docs: add currentTestName difference (#6145) 2024-07-16 09:53:07 +02:00
Vladimir Sheremet
51c3242d49
docs: mention SpyInstance 2024-07-08 11:39:42 +02:00
Vladimir
b21f3a9858
docs: add more migration steps (#6008) 2024-07-01 16:19:38 +02:00
Hiroshi Ogawa
a0c1d371ed
fix!(spy): simplify mock function generic types and align with jest (#4784) 2024-06-23 18:09:21 +02:00
Vladimir
6598fba55b
docs: remove version badges (#5727)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2024-05-15 08:44:37 +02:00