Vladimir
|
0c71c93f3c
|
docs: add migration guide from Vitest 0.34 (#4628)
Co-authored-by: AriPerkkio <ari.perkkio@gmail.com>
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
|
2023-12-04 15:24:15 +01:00 |
|
btea
|
f35e2c755c
|
refactor: replace os.cpus with os.availableParallelism (#4639)
|
2023-12-04 16:10:54 +02:00 |
|
renovate[bot]
|
43008fed44
|
chore(deps): update dependency @iconify-json/logos to ^1.1.40 (#4646)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-12-04 14:56:13 +01:00 |
|
Vladimir Sheremet
|
da7949dcd0
|
fix(jsdom): don't go into an infinite recusion when calling atob
|
2023-12-04 14:55:46 +01:00 |
|
renovate[bot]
|
39c952a2fe
|
chore(deps): update dependency @types/micromatch to ^4.0.6 (#4647)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-12-04 14:52:50 +01:00 |
|
renovate[bot]
|
6f186d4e6c
|
chore(deps): update dependency @iconify-json/carbon to ^1.1.24 (#4645)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-12-04 14:52:26 +01:00 |
|
renovate[bot]
|
ddc0603abb
|
chore(deps): update dependency @antfu/ni to ^0.21.12 (#4644)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-12-04 14:52:13 +01:00 |
|
Dominic Elm
|
20b2a857c8
|
feat(snapshot): add option to configure snapshot directory (#4651)
|
2023-12-04 14:50:00 +01:00 |
|
Hiroshi Ogawa
|
05b0521c3b
|
fix(vitest): independently mock each instance's methods for mocked class (#4564)
|
2023-12-04 14:14:22 +01:00 |
|
Ari Perkkiö
|
eca25dc9b3
|
fix: set process name for idle workers (#4641)
|
2023-12-03 18:54:58 +01:00 |
|
Maarten Hogeveen
|
54d52d4441
|
fix(vm): remove sequencer usage from createVmThreadsPool function (#4638)
|
2023-12-02 11:03:21 +02:00 |
|
_Kerman
|
ceca93dc6d
|
docs: os.cpu() should be os.cpus() (#4634)
|
2023-12-01 16:57:31 +02:00 |
|
Sam Thorogood
|
8385c98174
|
fix: BrowserTestRunner called incorrect super methods (#4632)
|
2023-12-01 16:53:17 +02:00 |
|
Sjoert
|
8c74e456c6
|
chore: fix undefined mocked key error suggestion (#4636)
|
2023-12-01 13:48:32 +01:00 |
|
Ari Perkkiö
|
ca870270a4
|
docs: update social links (#4624)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
|
2023-11-30 22:22:37 +01:00 |
|
Vladimir
|
c01c2ff06a
|
docs: set node to 20, update tsx (#4629)
|
2023-11-30 22:22:03 +01:00 |
|
Vladimir
|
723f65b9b2
|
fix(browser): respect "server" option in vite config (#4627)
|
2023-11-30 19:48:48 +01:00 |
|
Ari Perkkiö
|
e0e20176cd
|
perf: close pool early in run-mode (#4623)
|
2023-11-30 16:09:20 +01:00 |
|
Philipp Rudloff
|
f7a73338a5
|
feat(expect): compare URL objects by href (#4615)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
|
2023-11-29 14:31:18 +01:00 |
|
Vladimir
|
ec3d6949eb
|
fix(browser): don't go into an infinite reload loop, don't fail if "error" event is caught (#4618)
|
2023-11-29 14:30:59 +01:00 |
|
Vladimir
|
2ff35330b2
|
docs: add section about mocking methods inside the same file (#4611)
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
|
2023-11-29 10:34:58 +01:00 |
|
dsyddall
|
64c3ec74f7
|
docs(api): add docs for describe.runIf (#4536)
|
2023-11-29 10:31:06 +01:00 |
|
Ari Perkkiö
|
4166c413ba
|
fix(coverage): improve memory usage by writing temporary files on file system (#4603)
|
2023-11-28 19:30:59 +01:00 |
|
Vladimir Sheremet
|
b766d34959
|
chore: release v1.0.0-beta.6
v1.0.0-beta.6
|
2023-11-28 18:26:27 +01:00 |
|
Dunqing
|
8d183da4f7
|
fix(runner): passWithNoTests option not work (#4553)
|
2023-11-28 13:39:41 +01:00 |
|
Pascal Jufer
|
cb87f44e76
|
docs: fix grammar/stylistic issues (#4534)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
|
2023-11-28 13:37:07 +01:00 |
|
Zoe Colley
|
5e07d17b44
|
docs: remove ableist test example (#4609)
|
2023-11-28 13:36:33 +01:00 |
|
dsyddall
|
79e9bfaadc
|
fix(bench): extract ChainableBenchmarkAPI type (#4537)
|
2023-11-28 13:36:12 +01:00 |
|
MaoShizhong
|
23a55e8548
|
chore: Fix snapshot.md "escape" grammar (#4606)
|
2023-11-28 13:35:41 +01:00 |
|
Hironori Ichimiya
|
241a8c13a0
|
fix(vitest): pass correct server options in workspace (#4539) (#4540)
|
2023-11-27 15:51:11 +01:00 |
|
Vladimir
|
9fbf39af56
|
fix(vitest): correctly support CSS variable when using happy-dom (#4601)
|
2023-11-27 14:46:30 +01:00 |
|
Gergő Takács
|
3f8c3fb109
|
fix: date prototype when using setSystemTime (#4584)
|
2023-11-27 13:38:10 +01:00 |
|
ibuibu69
|
f377a3bf82
|
fix: respect trailing slash when filtering by file path (#4538)
|
2023-11-27 13:37:25 +01:00 |
|
Ann Kilzer キルザー杏
|
2b2416dbdb
|
docs: correction to configuration parameter (#4587)
|
2023-11-27 13:28:24 +01:00 |
|
renovate[bot]
|
2b328094ac
|
chore(deps): update dependency @iconify-json/logos to ^1.1.39 (#4596)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-11-27 13:19:38 +01:00 |
|
renovate[bot]
|
3e56d5a558
|
chore(deps): update dependency @iconify-json/carbon to ^1.1.22 (#4595)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-11-27 09:13:04 +01:00 |
|
renovate[bot]
|
5b1b17ea9f
|
chore(deps): update dependency @antfu/ni to ^0.21.10 (#4594)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-11-27 09:12:50 +01:00 |
|
dsyddall
|
515eadf9e4
|
fix(runner): preserve fixtures when calling runif and skipif (fix #4585) (#4591)
|
2023-11-27 09:12:34 +01:00 |
|
renovate[bot]
|
a150c19cfe
|
chore(deps): update dependency @types/jsdom to ^21.1.6 (#4597)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-11-27 09:11:53 +01:00 |
|
Eric McIntyre
|
dd80288fcd
|
fix(vitest): Add import-meta.d.ts (#4571)
|
2023-11-27 09:09:51 +01:00 |
|
Nico Jansen
|
ed50a944c5
|
fix(browser): allow for pretty-format as a sibling dependency (#4590)
|
2023-11-27 09:09:23 +01:00 |
|
Vladimir
|
58ef51a9c4
|
feat: add --project option to limit what projects are running (#4561)
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
|
2023-11-24 13:46:31 +01:00 |
|
Maxim Mazurok
|
edb0d28fff
|
fix(spy) Fix: vi.spyOn() Compatibility with Google APIs (#3141) (#3670)
|
2023-11-24 09:35:55 +01:00 |
|
Vladimir Sheremet
|
16033e07a5
|
chore: fix broken file
|
2023-11-23 16:11:58 +01:00 |
|
renovate[bot]
|
1fdd6fe2db
|
fix(deps): update dependency std-env to ^3.5.0 (#4582)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-11-23 15:30:02 +01:00 |
|
Ari Perkkiö
|
f9e4ad8310
|
feat(coverage): support /* v8 ignore... ignore hints (#4573)
|
2023-11-23 15:29:39 +01:00 |
|
renovate[bot]
|
a70f216d6a
|
fix(deps): update dependency v8-to-istanbul to ^9.2.0 (#4583)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-11-23 15:29:18 +01:00 |
|
renovate[bot]
|
c16d2cfa50
|
chore(deps): update playwright monorepo to ^1.40.0 (#4562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-11-23 13:53:43 +01:00 |
|
Vladimir
|
6b6c8dbebf
|
ci: run playwright install in tests (#4578)
|
2023-11-23 13:35:12 +01:00 |
|
renovate[bot]
|
81a850dff8
|
chore(deps): update dependency cypress to ^13.6.0 (#4551)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-11-23 11:48:40 +01:00 |
|