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
fix: `nextTick` mocking error message to mention correct config option
AriPerkkio opened this pull request over 1 year ago
AriPerkkio opened this pull request over 1 year ago
fix(happy-dom): don't crash when calling useFakeTimers with empty config
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
fix(vitest): don't initialize globalSetup if workspace doesn't run tests
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
chore: update tinyspy
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
fix(vitest): make @types/node optional
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
fix(vitest): inline chai types instead of using @types/chai
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
feat(vitest): expose getBenchFn, getBenchOptions
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
object constructor equality checking not working with react three test renderer
timmevandermeer opened this issue over 1 year ago
timmevandermeer opened this issue over 1 year ago
feat: improve expectTypeOf error messages
mmkal opened this pull request over 1 year ago
mmkal opened this pull request over 1 year ago
`expectTypeOf` allows an incorrect `any` value instead of the specified type
kwangure opened this issue over 1 year ago
kwangure opened this issue over 1 year ago
fix: ignore "plugins" field in snapshotFormat option
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
Vitest doesn't recognize es2023 array functions (toSorted, with, etc.)
kszucher opened this issue over 1 year ago
kszucher opened this issue over 1 year ago
fix: add multiple globals in VM+JSDOM (fix #4199)
nstepien opened this pull request over 1 year ago
nstepien opened this pull request over 1 year ago
Vitest hangs with PostCSS
robertu7 opened this issue over 1 year ago
robertu7 opened this issue over 1 year ago
`fetch` is `undefined` with `experimentalVmThreads: true`
nstepien opened this issue over 1 year ago
nstepien opened this issue over 1 year ago
chore: migrate to flat config
antfu opened this pull request over 1 year ago
antfu opened this pull request over 1 year ago
fix: correctly resolve external dependencies loaded by custom environments
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
chore: Bump chai version to address CVE-2023-43646
BreakBB opened this pull request over 1 year ago
BreakBB opened this pull request over 1 year ago
@vitest/expect vulnerable to CVE-2023-43646
BreakBB opened this issue over 1 year ago
BreakBB opened this issue over 1 year ago
Fix a code example
NoamAnisfeld opened this pull request over 1 year ago
NoamAnisfeld opened this pull request over 1 year ago
toBe not working with some strings?
AndreiTS opened this issue over 1 year ago
AndreiTS opened this issue over 1 year ago
feat: include "vitest" in the process name
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
spyOn does not detect method call from a curried class method
MatthewWid opened this issue over 1 year ago
MatthewWid opened this issue over 1 year ago
Error running vitest: Error: error:0909006C:PEM routines:get_name:no start line
YassienW opened this issue over 1 year ago
YassienW opened this issue over 1 year ago
Code Coverage Issue with Istanbul Provider
aimad-majdou opened this issue over 1 year ago
aimad-majdou opened this issue over 1 year ago
vitest doesn't support TypeScript 5.2's using feature
knpwrs opened this issue over 1 year ago
knpwrs opened this issue over 1 year ago
vitest get error by [email protected] . require() of ES Module error
ONLY-yours opened this issue over 1 year ago
ONLY-yours opened this issue over 1 year ago
Coverage All not working in projects (monorepo)
polRk opened this issue over 1 year ago
polRk opened this issue over 1 year ago
Vitest seems resolved duplicate copies of same package and broke react context singleton
smeng9 opened this issue over 1 year ago
smeng9 opened this issue over 1 year ago
toMatchFileSnapshot does not work
jacobbogers opened this issue over 1 year ago
jacobbogers opened this issue over 1 year ago
feat(runner): improve text.extend types
Dunqing opened this pull request over 1 year ago
Dunqing opened this pull request over 1 year ago
Runner panics with latest `vitest`, `jsdom` and `module-from-string`
vekunz opened this issue over 1 year ago
vekunz opened this issue over 1 year ago
Rewrite global setup implementation
sheremet-va opened this issue over 1 year ago
sheremet-va opened this issue over 1 year ago
Browser mode - page.goto: Navigation to "X" is interrupted by another navigation to "Y"
Joozty opened this issue over 1 year ago
Joozty opened this issue over 1 year ago
feat!: add support for `pool` and `poolOptions`
AriPerkkio opened this pull request over 1 year ago
AriPerkkio opened this pull request over 1 year ago
paths (typescript config) don't get resolved
mendlero opened this issue over 1 year ago
mendlero opened this issue over 1 year ago
Expose `getBenchFn` to be able to access benchmarks functions in a custom runner
adriencaccia opened this issue over 1 year ago
adriencaccia opened this issue over 1 year ago
docs: vi.doMock includes that it mocks subsequent dynamic imports
DoodleBobBuffPants opened this pull request over 1 year ago
DoodleBobBuffPants opened this pull request over 1 year ago
fix(runner): the fixture of `test.extend` should be init once time in all test
Dunqing opened this pull request over 1 year ago
Dunqing opened this pull request over 1 year ago
expectTypeOf passes tests for different types
enkot opened this issue over 1 year ago
enkot opened this issue over 1 year ago
Vitest/Electron - mocking Electron with `doMock` fails, but `mock` succeeds
DoodleBobBuffPants opened this issue over 1 year ago
DoodleBobBuffPants opened this issue over 1 year ago
fixtures are not preserved between beforeEach and test
Trinovantes opened this issue over 1 year ago
Trinovantes opened this issue over 1 year ago
fix: overwrite global URL with environment's
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
Rejects does not behave as expected - poor uncaught error handling
nemonemi opened this issue over 1 year ago
nemonemi opened this issue over 1 year ago
vi.mock and await import('...') do not seem isolated from tests in the same file
Hideman85 opened this issue over 1 year ago
Hideman85 opened this issue over 1 year ago
fix: Remove reference to vi.restoreCurrentDate() from doc (does not exist)
anthonyblond opened this pull request over 1 year ago
anthonyblond opened this pull request over 1 year ago
When use vitest ui in electron app, it use the config of the main process window of electron app, and open two windows, 1. electron window, 2. browser window
MiniSuperDev opened this issue over 1 year ago
MiniSuperDev opened this issue over 1 year ago
Non-existent files cannot be mocked using variable dynamic imports, but can with non-variable dynamic imports
AustinGrey opened this issue over 1 year ago
AustinGrey opened this issue over 1 year ago
Including tests from different directories is broken in vitest 0.34.*
NicolasFrossard opened this issue over 1 year ago
NicolasFrossard opened this issue over 1 year ago
Vitest generates a large number of ArrayBuffers at runtime, leading to insufficient memory and causing crashes.
guohenghai opened this issue over 1 year ago
guohenghai opened this issue over 1 year ago
Pass context from test/it to beforeEach
vim-daniel opened this issue over 1 year ago
vim-daniel opened this issue over 1 year ago
Executing normally through esno, vitest execution will permanently await
hengshanMWC opened this issue over 1 year ago
hengshanMWC opened this issue over 1 year ago
Custom coverage reporters support
akcyp opened this issue over 1 year ago
akcyp opened this issue over 1 year ago
vitest/ui coverage page have invalid iframe url when running on preview mode (pre-generated report)
akcyp opened this issue over 1 year ago
akcyp opened this issue over 1 year ago
Allow to exclude test files with cli
jonatan-zint-tfs opened this issue over 1 year ago
jonatan-zint-tfs opened this issue over 1 year ago
Importing toMatchImageSnapshot together with browser mode crashes
jnsmalm opened this issue over 1 year ago
jnsmalm opened this issue over 1 year ago
fix(vitest): unknown test occurs when setup file contains console statements
Dunqing opened this pull request over 1 year ago
Dunqing opened this pull request over 1 year ago
chore: making vite a peer depencency
thebanjomatic opened this pull request over 1 year ago
thebanjomatic opened this pull request over 1 year ago
vitest errors on cyclic imports
everett1992 opened this issue over 1 year ago
everett1992 opened this issue over 1 year ago
Should vite be a peerDependency instead of a full dependency?
thebanjomatic opened this issue over 1 year ago
thebanjomatic opened this issue over 1 year ago
jsxImportSource not work in jsdom enviroment with local files
utftu opened this issue over 1 year ago
utftu opened this issue over 1 year ago
fix(happy-dom): catch errors in happy-dom
capricorn86 opened this pull request over 1 year ago
capricorn86 opened this pull request over 1 year ago
Errors in Happy DOM are not detected
capricorn86 opened this issue over 1 year ago
capricorn86 opened this issue over 1 year ago
fix: use flatMap instead of map_flat in rollup config
Connormiha opened this pull request over 1 year ago
Connormiha opened this pull request over 1 year ago
fix: print value shape when .resolves and .rejects fails
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
perf: use lazy require in vm pool
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
fix: Update HappyDOMOptions to be compatible with v12
anthonyblond opened this pull request over 1 year ago
anthonyblond opened this pull request over 1 year ago
DataCloneError when using snapshotFormat.plugins
ambarvm opened this issue over 1 year ago
ambarvm opened this issue over 1 year ago
fn2 is no a function
eduardodallmannsysmap opened this issue over 1 year ago
eduardodallmannsysmap opened this issue over 1 year ago
Can't `useFakeTimers` with any options in happy-dom
dallonf opened this issue over 1 year ago
dallonf opened this issue over 1 year ago
fix(vitest): rerun tests if a file loaded with query changes
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
feat(vitest): support `vi.waitUntil` method
Dunqing opened this pull request over 1 year ago
Dunqing opened this pull request over 1 year ago
fix(vite-node): export `SourceMapInput` to fix CYCLIC_CROSS_CHUNK_REEXPORT
Dunqing opened this pull request over 1 year ago
Dunqing opened this pull request over 1 year ago
Wrong coverage for branching in Vue template
dbvech opened this issue over 1 year ago
dbvech opened this issue over 1 year ago
chore: update threadsCount logic to use availableParallelism
diogotorres97 opened this pull request over 1 year ago
diogotorres97 opened this pull request over 1 year ago
Enhancements for a Smoother User Experience: Smooth Scrolling and Asynchronous Image Decoding 📱
sanjaiyan-dev opened this pull request over 1 year ago
sanjaiyan-dev opened this pull request over 1 year ago
Enhancing Documentation: Concurrent Image Downloading and `as` Attribute for Prefetch Links 🖼
sanjaiyan-dev opened this pull request over 1 year ago
sanjaiyan-dev opened this pull request over 1 year ago
Fails to run tests with federated module
artem-tarasenko opened this issue over 1 year ago
artem-tarasenko opened this issue over 1 year ago
Another way to allow leading space in `testNamePattern`
segrey opened this pull request over 1 year ago
segrey opened this pull request over 1 year ago
fix(inline-snapshot): support mix of normal/with placeholders snapshots
RobertPechaCZ opened this pull request over 1 year ago
RobertPechaCZ opened this pull request over 1 year ago
The test doesn't run when I set breakpoints in my TypeScript Node.js code using VSCode and Linux Mint.
kody-liou opened this issue over 1 year ago
kody-liou opened this issue over 1 year ago
fix(docs): fix lint errors on onConsoleLog example
marcelobotega opened this pull request over 1 year ago
marcelobotega opened this pull request over 1 year ago
docs: add onConsoleLog
marcelobotega opened this pull request over 1 year ago
marcelobotega opened this pull request over 1 year ago
Unexpected mismatch with expectTypeOf
lsmurray opened this issue over 1 year ago
lsmurray opened this issue over 1 year ago
feat(vitest): support `vi.waitFor` method
Dunqing opened this pull request over 1 year ago
Dunqing opened this pull request over 1 year ago
Since v0.34.4 Yarn installs two different versions of Vite.
jgerigmeyer opened this issue over 1 year ago
jgerigmeyer opened this issue over 1 year ago
feat: support Bun by using ShadowRealm
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
feat(coverage): add `coverage['100']` to istanbul provider
marcelobotega opened this pull request over 1 year ago
marcelobotega opened this pull request over 1 year ago
fix: upgrade to rollup@3 and fix re-export error
Dunqing opened this pull request over 1 year ago
Dunqing opened this pull request over 1 year ago
Since v0.34.2 "Download the React DevTools" message displayed in every test
anthonyblond opened this issue over 1 year ago
anthonyblond opened this issue over 1 year ago
Error: [birpc] timeout on calling "fetch" on CI/CD environment
tychenjiajun opened this issue over 1 year ago
tychenjiajun opened this issue over 1 year ago
Tree Shaking not supported for MUI components
gsriram24 opened this issue over 1 year ago
gsriram24 opened this issue over 1 year ago
fix(runner): restore leading space in `testNamePattern` (#4103)
segrey opened this pull request over 1 year ago
segrey opened this pull request over 1 year ago
Changed `testNamePattern` behavior breaks IntelliJ / WebStorm (vitest 0.34.4)
segrey opened this issue over 1 year ago
segrey opened this issue over 1 year ago
Support `--env-file` flag
MatanYadaev opened this issue over 1 year ago
MatanYadaev opened this issue over 1 year ago
[Windows] Vitest can not run in folders that are symlinked
Primajin opened this issue over 1 year ago
Primajin opened this issue over 1 year ago
The position of a variable caused the test run to fail, which is strange
hengshanMWC opened this issue over 1 year ago
hengshanMWC opened this issue over 1 year ago
feat(vitest): allow using unprocessed environment files
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago
vitest browser __vi_esm_0__.default is not a function
NicoVogel opened this issue over 1 year ago
NicoVogel opened this issue over 1 year ago
fix(vitest): inject "define" in workspaces
sheremet-va opened this pull request over 1 year ago
sheremet-va opened this pull request over 1 year ago