Andreas Hoornstra

Results 14 issues of Andreas Hoornstra

**Summary** Re-using the vitest runner with concurrency causes Stryker to report a lower mutation score. **Stryker config** ```json { "$schema": "../../node_modules/@stryker-mutator/core/schema/stryker-schema.json", "packageManager": "npm", "reporters": ["html", "json", "progress"], "testRunner": "vitest", "coverageAnalysis":...

🐛 Bug

**Is your maintenance request related to a problem? Please describe.** Svelte 5 introduced a new [modern AST](https://svelte.dev/docs/svelte/svelte-compiler#parse) which we should migrate to. **Describe the solution you'd like** As this modern...

🔧 Maintenance

nx affected fails since we have the 'master' branch instead of the 'main' branch. We should specify the base branch in the command to resolve this or rename the 'master'...

bug

**Summary** When PNPM is used, different versions of Stryker plugin dependencies might be used. As mentioned in #5621, `import.meta.resolve` can be used to point to the correct version, which we...

🐛 Bug