Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vitest-dev/vitest

Next generation testing framework powered by Vite.
https://github.com/vitest-dev/vitest

UI coverage list filters/shrinks during watch

alexcroox opened this issue 6 months ago
ci: combine test-browser tests, don't run tests when only docs are changed

sheremet-va opened this pull request 6 months ago
docs(browser): set `browser.name: 'chromium'` when using `playwright`

way2ex opened this pull request 6 months ago
fix(browser): correctly import optimized module in vi.importActual

sheremet-va opened this pull request 6 months ago
refactor(vitest): move public exports to public folder

sheremet-va opened this pull request 6 months ago
refactor: make a distinction between node and runtime types

sheremet-va opened this pull request 6 months ago
fix(browser): don't inject empty `process` global

sheremet-va opened this pull request 6 months ago
Support for ctx.todo()

flowt-au opened this issue 6 months ago
Vitest Export is Undefined - Wrong Sourcemap Numbers

leafoflegend opened this issue 6 months ago
Export FixtureFn and related types

paolostyle opened this issue 6 months ago
docs: typo in `common-errors.md`

KyleAMathews opened this pull request 6 months ago
Remove `acorn` from the bundle

sheremet-va opened this issue 6 months ago
Add global `provide` option

sheremet-va opened this issue 6 months ago
fix(vitest): correctly resolve mocked node:* imports in __mocks__ folder

sheremet-va opened this pull request 6 months ago
`process.argv` mismatching between `1.6.0` and `2.0.x`

nazarhussain opened this issue 6 months ago
docs: fix inconsistencies, remove low informative twoslash examples

sheremet-va opened this pull request 6 months ago
fix(vitest): improve `defineProject` and `defineWorkspace` types

sheremet-va opened this pull request 6 months ago
docs: version for `coverage.thresholds.<glob>.100`

AriPerkkio opened this pull request 6 months ago
docs(snapshot): comment header v1 change to v2

liweijie0812 opened this pull request 6 months ago
fix(browser): don't bundle `afterEach` cleanup hooks in node entrypoint

sheremet-va opened this pull request 6 months ago
fix: show a difference between string characters if both values are strings

sheremet-va opened this pull request 6 months ago
fix(browser): set global filepath

sheremet-va opened this pull request 6 months ago
fix(coverage): ignore `*.cts` files

AriPerkkio opened this pull request 6 months ago
chore(deps): update all non-major dependencies

renovate[bot] opened this pull request 6 months ago
fix: `testNamePattern` adds leading space

AriPerkkio opened this pull request 6 months ago
fix(vitest): `vi.hoisted` syntax errors on instrumented code

AriPerkkio opened this pull request 6 months ago
fix(coverage): consistent type-only file handling

AriPerkkio opened this pull request 6 months ago
TypeScript errors when mocking overloaded functions

Tobbe opened this issue 6 months ago
fix(spy): fix `mockImplementation` for function overload and unions

hi-ogawa opened this pull request 6 months ago
Update mocking.md

xuxucode opened this pull request 6 months ago
docs: Typos fixed and clarity improved.

theTyster opened this pull request 6 months ago
Terminal UI flickering

TomPridham opened this issue 6 months ago
fix(browser): passing options to hover/unhover

MNeverOff opened this pull request 6 months ago
File system mocking example doesn't work

igordanchenko opened this issue 6 months ago
Vitest Startup Error

Santhosh-Propvr opened this issue 6 months ago
fix(web-worker): expose globals on self

sheremet-va opened this pull request 6 months ago
docs: add information to the workspace docs on how to use extends

CoolGoose opened this pull request 6 months ago
Istanbul failing to report coverage for CJS requires

stramel opened this issue 6 months ago
Support 100 shorthand option for pattern based coverage rules

thor-juhasz opened this issue 6 months ago
Global coverage threshold should not exclude glob based thresholds

thor-juhasz opened this issue 6 months ago
Coverage report does not include types-only TS files

igordanchenko opened this issue 6 months ago
Vitest v2 coverage is reporting 'Unexpected reserved word' error

meteorlxy opened this issue 6 months ago
fix(spy)!: support spying on classes

sheremet-va opened this pull request 6 months ago
fix: resolve assets imported with `require`

sheremet-va opened this pull request 6 months ago
Vitest v2 reports zero coverage for types-only TypeScript files

igordanchenko opened this issue 6 months ago
Scoped Fixtures

V-Mann-Nick opened this issue 6 months ago
Vitest failing to bundle nested dependency while Vite succeeds

brynshanahan opened this issue 6 months ago
fix(docs): list default browser provider consistently

Lenni009 opened this pull request 6 months ago
Istanbul: Coverage ignore doesn't work for default in switch

akellbl4 opened this issue 6 months ago
False negative with typecheck enabled

mmkal opened this issue 6 months ago
fix(expect): prefer `unknown` in certain assertions

robertrossmann opened this pull request 6 months ago
feat: introduce reported tasks

sheremet-va opened this pull request 6 months ago
Improve Vitest Public API

sheremet-va opened this issue 6 months ago
refactor: enable isolatedDeclarations in snapshot and spy packages

sheremet-va opened this pull request 6 months ago
docs: add currentTestName difference

sheremet-va opened this pull request 6 months ago
fix(dev): fix relay of custom equality testers

StefanLiebscher opened this pull request 6 months ago
feat(vitest): add return type and promisable mockFactory

syi0808 opened this pull request 6 months ago
TypeError: Unknown file extension ".css"

Ramon404 opened this issue 6 months ago
test: make watcher tests more stable on Mac OS

sheremet-va opened this pull request 6 months ago
fix(browser): print correct stack trace for unhandled errors

sheremet-va opened this pull request 6 months ago
Some coverage.exclude glob patterns not matching for vitest 2 workspace

programmer24601 opened this issue 6 months ago
fix(deps): update dependency why-is-node-running to v3

renovate[bot] opened this pull request 6 months ago
chore(deps): update dependency rimraf to v6

renovate[bot] opened this pull request 6 months ago
refactor(runner): add docs to @vitest/runner, remove barrel files

sheremet-va opened this pull request 6 months ago
perf(utils): optimize parse stack trace regexp

userquin opened this pull request 6 months ago
Custom equality testers are not properly relayed to typed arrays

StefanLiebscher opened this issue 6 months ago
docs: improve extending matchers docs

vorant94 opened this pull request 6 months ago
fix(coverage): v8 to support source maps with multiple sources

AriPerkkio opened this pull request 6 months ago
fix: -d prefix change to optional in defaultConfig.typecheck.include

syi0808 opened this pull request 6 months ago
Unable to npm install @vitest/ui

brmscheiner opened this issue 6 months ago
fix: `--inspect-brk` stop on Windows

AriPerkkio opened this pull request 6 months ago
fix(vite-node): remove suffix slash on file protocol for window

syi0808 opened this pull request 6 months ago
fix(browser): allow immidiate reinvalidation of mocked dependencies

sheremet-va opened this pull request 6 months ago
feat(ui): show all suites/tests when parent matches

userquin opened this pull request 6 months ago
module mock failure on react-router-dom in browser mode

kwojcik opened this issue 6 months ago