Kevin Wojcik

Results 8 issues of Kevin Wojcik

Forgive my poor issue title because I don't know the exact issue, but I've got a perfect minimal repro for you https://github.com/kwojcik/ts-migrate-bug. The generated code has extra `})`'s and breaks.

bug

if `RUBOCOP_DAEMON_USE_BUNDLER` is set we need to use bundler when we check if `rubocop-daemon` exists.

### Clear and concise description of the problem As a developer using Vitest browser mode, I want to quickly access the correct failure screenshot for a failed test so that...

feat: browser
p2-nice-to-have

### Describe the bug Spy on an object twice and call `restoreAllMocks`, then `isMockedFunction` still thinks that it is a mock function. ### Reproduction https://stackblitz.com/edit/vitest-dev-vitest-bhbdof?file=test%2Fbasic.test.ts ``` import { describe, expect,...

upstream
p3-minor-bug

### Describe the bug Using browser mode and either v8 or istanbul coverage, the test run fails the first time after installing node_modules with error `Failed to fetch dynamically imported...

p4-important

### Describe the bug If you use istanbul coverage (required for browser mode), override the coverage `excludes`, and use `vi.hoisted`, then your test runs fail with cryptic syntax errors. This...

p2-edge-case

### Describe the bug When a test imports a react component which throw an error, the stack trace will be incorrect with istanbul coverage. Traces are wrong (but different) in...

p3-minor-bug

### Clear and concise description of the problem Allow a test to scroll the wheel in browser mode. We want to use wheel within a number input to change the...

feat: browser
p2-nice-to-have