feat(core): implement the mutation server protocol (MSP) #19430
Annotations
7 errors
Build & lint & test:
packages/core/src/reporters/mutation-test-report-helper.ts#L3
'Location' is defined but never used. Allowed unused vars must match /^_/u
|
Build & lint & test:
packages/core/src/reporters/mutation-test-report-helper.ts#L3
'Position' is defined but never used. Allowed unused vars must match /^_/u
|
Build & lint & test:
packages/core/src/stryker-server.ts#L8
'DiscoveredMutant' is defined but never used. Allowed unused vars must match /^_/u
|
Build & lint & test:
packages/core/src/stryker-server.ts#L22
'schema' is defined but never used. Allowed unused vars must match /^_/u
|
Build & lint & test:
packages/core/src/stryker-server.ts#L95
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Build & lint & test:
packages/core/test/integration/stryker-server.it.spec.ts#L67
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Build & lint & test
Process completed with exit code 1.
|
Loading