You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/mutation-server-protocol/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Each path can specify exactly which code blocks to mutate/discover using a mutat
58
58
The MSP defines the following methods:
59
59
60
60
-[configure](#configure): Configure the server. Editor plugins are expected to call this on startup, but it can also be called subsequently to change the configuration.
61
-
-[`discover`](#discover): Discovers mutants in the given glob patterns.
61
+
-[`discover`](#discover): Discovers mutants in the given file paths.
62
62
-[`mutationTest`](#mutationtest): The method to start a mutation test run.
The `discover` method is used to discover mutants in the given glob patterns. The server must respond with a `DiscoverResult` message.
87
+
The `discover` method is used to discover mutants in the given file paths. The server must respond with a `DiscoverResult` message.
88
88
89
89
The `DiscoveredMutant` type is a subset of the `MutantResult` type. The `MutantResult` is the type that can be found in the [mutation testing report schema](https://github.com/stryker-mutator/mutation-testing-elements/blob/2902d56301cfdaa8ad2be59f3bca07bdf96f89b4/packages/report-schema/src/mutation-testing-report-schema.json#L37).
0 commit comments