alpha
Login
Join now
vitest.dev
/
vitest
Star
Starred
Star
Something went wrong. Try again.
Fork
0
Eye filled
Watch
Watching
Watch
[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite.
vitest.dev
test
testing-tools
vite
+3 more
test
testing-tools
vite
Star
Starred
Star
Something went wrong. Try again.
Fork
0
Eye filled
Watch
Watching
Watch
Overview
Overview
Issues
Issues
Pulls
Pulls
Pipelines
Pipelines
vitest
/
docs
/
config
1 folder
·
87 files
at
renovate/cookie-2.x
Ravi Yadav
·
docs: correct benchmark.exclude and watch defaults (#11268)
·
1w ago
f58a2097
browser
docs: fix internal links to config options (#11240)
1w ago
alias.md
chore(deps): update eslint packages (#9615)
6mo ago
allowonly.md
docs(typo): fix doucment's some typo (#10083)
5mo ago
api.md
fix(snapshot): support no-unsafe-eval CSP by evaluating snapshot files on server (#10665)
1mo ago
attachmentsdir.md
fix: make `attachmentsDir` root only config (#10334)
4mo ago
bail.md
docs(typo): fix doucment's some typo (#10083)
5mo ago
benchmark.md
docs: correct benchmark.exclude and watch defaults (#11268)
1w ago
cache.md
docs(typo): fix doucment's some typo (#10083)
5mo ago
chaiconfig.md
refactor!: replace `loupe.inspect` with pretty-format (#9609)
5mo ago
changed.md
fix(types): allow `changed` in configuration options (#10651)
3mo ago
clearmocks.md
feat!: clear mocks by default before each test (#10613)
2mo ago
coverage.md
feat(coverage): switch to `@vitest/istanbuljs` packages (#11053)
4w ago
css.md
docs(typo): fix doucment's some typo (#10083)
5mo ago
dangerouslyignoreunhandlederrors.md
docs(typo): fix doucment's some typo (#10083)
5mo ago
deps.md
docs(typo): fix doucment's some typo (#10083)
5mo ago
detectasyncleaks.md
chore(deps): update eslint packages (#9825)
3mo ago
diff.md
docs(typo): fix doucment's some typo (#10083)
5mo ago
dir.md
docs: update structure (#8625)
10mo ago
disableconsoleintercept.md
fix: respect `disableConsoleIntercept` in browser mode (#10391)
4mo ago
env.md
docs: document TZ limitation in thread pools (#11098)
3w ago
environment.md
refactor: fix typos (#9950)
6mo ago
environmentoptions.md
docs: update structure (#8625)
10mo ago
exclude.md
refator: update links to npmx (#9783)
6mo ago
execargv.md
docs: update structure (#8625)
10mo ago
expandsnapshotdiff.md
docs: update structure (#8625)
10mo ago
expect.md
docs: update structure (#8625)
10mo ago
experimental.md
feat: report the duration breakdown as percentages (#10820)
1mo ago
faketimers.md
fix(fakeTimers): force `queueMicrotask` and `nextTick` in `toNotFake` (#11261)
1w ago
fileparallelism.md
chore(deps): update eslint packages (#9615)
6mo ago
forcereruntriggers.md
fix: forceRerunTriggers uses directory globs against files (fix #10421) (#10420)
4mo ago
fsmodulecache.md
feat: promote fsModuleCache to a top-level option (#10734)
2mo ago
fsmodulecachepath.md
feat: promote fsModuleCache to a top-level option (#10734)
2mo ago
globals.md
docs: update structure (#8625)
10mo ago
globalsetup.md
chore(deps): update eslint packages (#9615)
6mo ago
hideskippedtests.md
docs: update structure (#8625)
10mo ago
hooktimeout.md
docs: update structure (#8625)
10mo ago
include-source.md
refator: update links to npmx (#9783)
6mo ago
include.md
docs: fix the file extension glob pattern (#10366)
4mo ago
includetasklocation.md
chore(deps): update eslint packages (#9615)
6mo ago
index.md
fix!: don't lookup config file from ancestor directories (#10428)
3mo ago
injectcjsglobals.md
docs: add cjs support status in common errors (#11002)
1mo ago
isolate.md
docs: update structure (#8625)
10mo ago
logheapusage.md
docs(typo): fix doucment's some typo (#10083)
5mo ago
maxconcurrency.md
docs(typo): fix doucment's some typo (#10083)
5mo ago
maxworkers.md
docs: update structure (#8625)
10mo ago
mockreset.md
docs: add warning for clearMocks option in async tests (#9697)
7mo ago
mode.md
docs(typo): fix doucment's some typo (#10083)
5mo ago
name.md
docs: update structure (#8625)
10mo ago
onconsolelog.md
docs: update structure (#8625)
10mo ago
onstacktrace.md
docs(typo): fix doucment's some typo (#10083)
5mo ago
onunhandlederror.md
docs: update structure (#8625)
10mo ago
open.md
docs: update structure (#8625)
10mo ago
outputfile.md
feat(ui)!: change html reporter default output to `.vitest` (#10620)
3mo ago
passwithnotests.md
docs(typo): fix doucment's some typo (#10083)
5mo ago
pool.md
docs: document TZ limitation in thread pools (#11098)
3w ago
printconsoletrace.md
docs: update structure (#8625)
10mo ago
projects.md
feat!: support nested projects (#10846)
1mo ago
provide.md
docs: update structure (#8625)
10mo ago
repeats.md
feat(cli): add `--repeats` CLI option (#10504)
3mo ago
reporters.md
feat: expose default reporters through `configDefaults.reporters` (#10219)
4mo ago
resolvesnapshotpath.md
docs(typo): fix doucment's some typo (#10083)
5mo ago
restoremocks.md
docs: add warning for clearMocks option in async tests (#9697)
7mo ago
retry.md
feat(runner): enhance `retry` options (#9370)
8mo ago
root.md
docs: update structure (#8625)
10mo ago
runner.md
feat(benchmark)!: rewrite the public API (#10113)
3mo ago
sequence.md
fix: fix per-project `sequence` config (#10659)
3mo ago
server.md
chore(deps): update eslint packages (#9615)
6mo ago
setupfiles.md
docs: explain globalSetup/setupFiles and add Lifecyle page (#9385)
8mo ago
sharedviteserver.md
fix: share the server on self-referencing `extends` (#11034)
2w ago
silent.md
docs: update structure (#8625)
10mo ago
slowtestthreshold.md
docs(typo): fix doucment's some typo (#10083)
5mo ago
snapshotenvironment.md
chore(deps): update eslint packages (#9615)
6mo ago
snapshotformat.md
docs: document pretty-format and its usage across Vitest + add unit tests (#10052)
5mo ago
snapshotserializers.md
docs: update structure (#8625)
10mo ago
stricttags.md
feat: support tags (#9478)
8mo ago
tags.md
refactor: fix typos (#9950)
6mo ago
tasktitlevalueformattruncate.md
refactor!: replace `loupe.inspect` with pretty-format (#9609)
5mo ago
teardowntimeout.md
docs: update structure (#8625)
10mo ago
testnamepattern.md
docs: split migration into multiple pages, add a button to copy the prompt (#11129)
3w ago
testtimeout.md
docs: update structure (#8625)
10mo ago
typecheck.md
docs: fix typecheck exclude default in documentation (#11223)
2w ago
ui.md
refator: update links to npmx (#9783)
6mo ago
unstubenvs.md
docs: add warning for clearMocks option in async tests (#9697)
7mo ago
unstubglobals.md
docs: add warning for clearMocks option in async tests (#9697)
7mo ago
update.md
feat: support `update: "none"` and add docs about snapshots behavior on CI (#9700)
7mo ago
vmmemorylimit.md
docs: explain vm pool worker recycling cost (#10855)
1mo ago
watch.md
docs: correct benchmark.exclude and watch defaults (#11268)
1w ago
watchtriggerpatterns.md
docs: update guide sidebar, add more recipes (#10226)
4mo ago