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

FATAL ERROR: v8::FromJust Maybe value is Nothing.

OmgImAlexis opened this issue about 2 years ago
Programmatic way to run Vitest

TeunLamers opened this issue about 2 years ago
Transform fails with `Unexpected "..."`

IMax153 opened this issue about 2 years ago
Restart tests when the watcher finds changes

nickmccurdy opened this issue about 2 years ago
docs: Missing Component testing section?

MentalGear opened this issue about 2 years ago
Module resolution

grigorii-merck opened this issue over 2 years ago
Vite/Vitest not picking up environment variables?

kevinmamaqi opened this issue over 2 years ago
docs: add a NuxtJS example

r9mp opened this pull request over 2 years ago
Uncaught promise rejections sometimes crash watch mode

sdnts opened this issue over 2 years ago
import.meta.env.PROD/DEV vars are strings instead of boolean

fc opened this issue over 2 years ago
External SolidJS JSX not transformed

bryanmylee opened this issue over 2 years ago
Multiple Benchmarks don't run in description blocks

hmt opened this issue over 2 years ago
Symbol can't be imported

mattaiod opened this issue over 2 years ago
Allow test title to be generated by a function

ycmjason opened this issue over 2 years ago
TypeError: i is not a function

joshnuss opened this issue over 2 years ago
vitest will crash when using ffi-napi

LizardLiang opened this issue over 2 years ago
No "exports" main defined in node_modules/vitest/package.json

mater1996 opened this issue over 2 years ago
HMR in vite-node, callback is not working

20051231 opened this issue over 2 years ago
VS Code launch docs should say type "node", not "pwa-node"

JoshuaKGoldberg opened this issue over 2 years ago
JSDOM environement: blob is not typeof Blob

aaronklinker-st opened this issue over 2 years ago
Ability to set locale

GideonMax opened this issue over 2 years ago
Mock importing undefined not mocked value

ig-onoffice-de opened this issue over 2 years ago
Unable to run vitest with Temporal

danielrearden opened this issue over 2 years ago
Error: Not implemented: window.computedStyle(elt, pseudoElt)

fikryfahrezy opened this issue over 2 years ago
Being able to change Environment per Suite

Shumuu opened this issue over 2 years ago
Broken TypeScript support for 'this' in custom generic matchers

seangwright opened this issue over 2 years ago
vitest crashes silently with long async test on windows

dkent600 opened this issue over 2 years ago
Feature request: loop test run until failure for watch mode

capaj opened this issue over 2 years ago
Mocking via __mocks__: unable to mock a module that ends with '.js'

alexjidras opened this issue over 2 years ago
Option --no-color doesn't work on commandline

jez9999 opened this issue over 2 years ago
Give more useful error messages on exceptions

jez9999 opened this issue over 2 years ago
Add customserializer option to vitest.config.ts

ecstrema opened this issue over 2 years ago
Error: No test suite found in tests files

GabrielBrandao1618 opened this issue over 2 years ago
Input focus is not captured when use Vitest

justforuse opened this issue over 2 years ago
Vitest hangs tests, close timed out after 1000ms

InfraK opened this issue over 2 years ago
Labels for fastest/slowest benchmarks are reversed

nickmccurdy opened this issue over 2 years ago
vscode integration

muhammedAlySawalhy opened this issue over 2 years ago
Ability to filter the stack trace

aleclarson opened this issue over 2 years ago
Type error when using {retry: 2} in describe()

johnfraney opened this issue over 2 years ago
Missing docs for bench CLI and API

nickmccurdy opened this issue over 2 years ago
[Documentation] 'lang' in code block disappears in light mode

kingyue737 opened this issue over 2 years ago
Vitest does not work on Node versions lower than 16.

prarabdhb opened this issue over 2 years ago
Mocking Node modules multiple times

JPtenBerge opened this issue over 2 years ago
code containing setInterval cannot be tested

AldeonMoriak opened this issue over 2 years ago
Error: Module did not self-register when using Canvas + jsdom

jsolly opened this issue over 2 years ago
`mode` not set on `dev` and `watch` CLI commands

thebuilder opened this issue over 2 years ago
Undocumented breaking change for reporters in 0.23.0

nickmccurdy opened this issue over 2 years ago
Degradation: Significant slow down of C8 coverage report

gkiely opened this issue over 2 years ago
Custom environment support

nickmccurdy opened this issue over 2 years ago
vite-node — TypeError: p.closeBundle.call is not a function

acarl005 opened this issue over 2 years ago
[RFC] Testing types with expectTypeOf and assertType

sheremet-va opened this issue over 2 years ago
Custom reporters need the way to provide metadata for tests

vovsemenv opened this issue over 2 years ago
mocks cannot be reset

OmgImAlexis opened this issue over 2 years ago
Dynamic import of TS files from inside node_modules

B4nan opened this issue over 2 years ago
fix(vite-node): tolerate error in watch mode, fix #1715

andrew-w-ross opened this pull request over 2 years ago
Vitest UI throwing errors

ottergeorge opened this issue over 2 years ago
Already existing __dirname issues on windows

MarkusGnigler opened this issue over 2 years ago
Typo in https://cn.vitest.dev/guide/comparisons.html#cypress

DevDengChao opened this issue over 2 years ago
Could not read source map when debugging test

phifa opened this issue over 2 years ago
vue-router's useRoute is not correctly mocked

hidde-jan opened this issue over 2 years ago
v0.22 with c8 coverage does not clear tmp

mmk0083 opened this issue over 2 years ago
Allow aliasing `require` calls

sheremet-va opened this issue over 2 years ago
Directory Provided by `-r` Flag Not Used as Coverage Root

alexlafroscia opened this issue over 2 years ago
Wrong error location in json report

marilari88 opened this issue over 2 years ago
Istanbul Coverage + Svelte: Incorrectly Identifying an If / Else Block

kgladfelder opened this issue over 2 years ago
Show example chai.use example

emahuni opened this pull request over 2 years ago
`vitest --ui` throws error

stoplion opened this issue over 2 years ago
describe.only don't work

Duo-Huang opened this issue over 2 years ago
vitest --ui errors when run from PowerShell/cmd

alextompkins opened this issue over 2 years ago
Degraded Test Execution Time

mikearnaldi opened this issue over 2 years ago
Publish `vitest/globals` under `@types` scope

sagargurtu opened this issue over 2 years ago
Importing @node-rs/crc32 results in segfault on Linux

flunderpero opened this issue over 2 years ago
Unable to debug Vitest test in the browser or webstorm

quantuminformation opened this issue over 2 years ago
Filter tests by filename in watch mode

netcoding87 opened this issue over 2 years ago
MockedFunction type doesn't overlap the type of generic functions

danielelkington opened this issue over 2 years ago
when using `debug` to print to console, output is missing on reruns

panick-carousel opened this issue over 2 years ago
[Idea] Test Level (Error, Warn, Info)

arpowers opened this issue over 2 years ago
Mocks are serialized as functions in snapshots

enzoferey opened this issue over 2 years ago
resolve.alias works with Vite dev/build, but not Vitest

nrayburn-tech opened this issue over 2 years ago
Test Warnings related to React Classes in 0.18.1

seanmcquaid opened this issue over 2 years ago
Mocking `worker_threads` appears to break a given test suite

didinele opened this issue over 2 years ago
Indentation of the code frame is offset with a file that uses tabs

skarab42 opened this issue over 2 years ago
Nextjs - Components using svgs as components can't be tested

anhdd-kuro opened this issue over 2 years ago
expect.any and toHaveProperty are not working as expected

aneem opened this issue over 2 years ago
Configurable `CLOSE_TIMEOUT`

ifiokjr opened this issue over 2 years ago