Skip to content

Commit

Permalink
feat(stryker): Upgrade to Stryker v4 (#33)
Browse files Browse the repository at this point in the history
* feat(stryker): Upgrade to Stryker v4

`@stryker-mutator` v4 API has no breaking change for this tool.

`stryker-diff-runner` is now compatible with `@stryker-mutator` from v3 to v4.

Closes #27

* fix(test): Remove useless mock
  • Loading branch information
tverhoken authored Nov 23, 2020
1 parent c345626 commit 2606ea5
Show file tree
Hide file tree
Showing 4 changed files with 768 additions and 673 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ You will need the following things properly installed on your computer :

### Installation

This module required `@stryker-mutator/core@3` and `@stryker-mutator/api@3` on your project to work. Install it and these dependencies like so :
This module required `@stryker-mutator/core` and `@stryker-mutator/api` >=3 on your project to work. Install it and these dependencies like so :

```
$ npm add @stryker-mutator/core@3 @stryker-mutator/api@3 stryker-diff-runner
$ npm add @stryker-mutator/core @stryker-mutator/api stryker-diff-runner
```

If you want to use this module with an older version of Stryker, you can install the v1 package :
Expand Down
Loading

0 comments on commit 2606ea5

Please sign in to comment.