Skip to content

Commit 712997c

Browse files
authored
docs: replace "glob patterns" with "file paths" (#8)
1 parent 50e2f98 commit 712997c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mutation-server-protocol/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Each path can specify exactly which code blocks to mutate/discover using a mutat
5858
The MSP defines the following methods:
5959

6060
- [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.
6262
- [`mutationTest`](#mutationtest): The method to start a mutation test run.
6363

6464
#### Configure
@@ -84,7 +84,7 @@ export interface ConfigureResult {
8484

8585
#### Discover
8686

87-
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.
8888

8989
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).
9090

0 commit comments

Comments
 (0)