Ari Perkkiö

Results 65 issues of Ari Perkkiö

### Description - Fixes https://github.com/vitest-dev/vitest/issues/6949 ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [x] It's really useful if your PR...

### Describe the bug Auto-fix of `consistent-list-newline` generates broken Javascript code. Before: ```ts import { defineConfig } from 'vitest/config' export default defineConfig({ test: { coverage: { include: ['fixtures/src/math.ts', // Don't...

Add setup similar to https://medium.com/@index23/start-sonarqube-server-and-run-analyses-locally-with-docker-4550eb7112a3 that can be used to test the generated reports on actual SonarQube instance. Start with manual testing and later see if it can be automated...

help wanted

### Description - After https://github.com/vitest-dev/vitest/pull/8064 we should be able to remove these unused deps ### Please don't delete this checklist! Before submitting the PR, please make sure you do the...

### Clear and concise description of the problem I want to easily silence `console.error`'s in `vitest.config.ts`. I know the test files that can cause these errors. Now I'm parsing test...

p2-nice-to-have

### Description - Switches to `node:inspector/promises`. This one has much nicer API. ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: -...

### Describe the bug This configuration ends up running all tests with Firefox: ```ts import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { browser: { enabled: true, provider:...

feat: browser
p3-minor-bug

### Clear and concise description of the problem I'm seeing flakiness with Firefox when running test files parallel. Turning off `fileParallelism` seems to work. I have `chromium` in `browser.instances` too,...

feat: browser
enhancement: pending triage

- Migrates Vitest config from old deprecated APIs to the new ones Currently Vitest Ecosystem CI is failing for Vue. That's running `4.beta` releases which removed these deprecated APIs. With...

Thanks for the awesome tool! I would like to create graphs that highlight changes between multiple dates. For this I would need to be able to show multiple tooltips at...