Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/evlog/stryker.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
"_": "Mutation testing for evlog core. Slow (~minutes) — do not run in default CI; see .github/workflows/mutation.yml for the weekly cron.",
"_mutate_scope": "Only core modules listed in `mutate` are mutated (logger, pipeline, redact, error, catalog, audit, utils, shared/{routes,headers,middleware}). Framework integrations (express, hono, fastify, ...) and adapters (axiom, posthog, ...) are intentionally excluded — Stryker would re-boot each framework's runtime per mutant which is prohibitively expensive, and those modules are already covered by integration tests in test/frameworks/ and test/adapters/.",
"_plugins": "Explicit because the default @stryker-mutator/* discovery globs relative to core's own install dir, which under pnpm's isolated layout never contains the runner.",
"plugins": ["@stryker-mutator/vitest-runner"],
"packageManager": "pnpm",
"testRunner": "vitest",
"vitest": {
Expand Down
Loading