stryker-api
Advanced tools
Comparing version 0.18.0 to 0.19.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.19.0"></a> | ||
# [0.19.0](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.18.0...stryker-api@0.19.0) (2018-08-17) | ||
### Features | ||
* **Command test runner:** Add command test runner ([#1047](https://github.com/stryker-mutator/stryker/issues/1047)) ([ee919fb](https://github.com/stryker-mutator/stryker/commit/ee919fb)), closes [#768](https://github.com/stryker-mutator/stryker/issues/768) | ||
<a name="0.18.0"></a> | ||
@@ -8,0 +19,0 @@ # [0.18.0](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.17.3...stryker-api@0.18.0) (2018-07-20) |
{ | ||
"name": "stryker-api", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"description": "The api for the extendable JavaScript mutation testing framework Stryker", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -14,2 +14,3 @@ "use strict"; | ||
this.coverageAnalysis = 'perTest'; | ||
this.testRunner = 'command'; | ||
this.mutator = 'es5'; | ||
@@ -16,0 +17,0 @@ this.transpilers = []; |
82376
1460