From 66828f0f7cbcf4df796b707e997699fffe497c13 Mon Sep 17 00:00:00 2001 From: Ihor Date: Fri, 15 Mar 2024 10:05:16 +0000 Subject: [PATCH] docs(supported mutators): fix Support table for Method Expression Assignment Expression Only supported by Stryker-JS as mentioned here https://github.com/stryker-mutator/mutation-testing-elements/blob/ade7d944d663e079ce2b7e77aa20afbd7884e37c/docs/supported-mutators.md?plain=1#L65C6-L65C34 --- docs/supported-mutators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/supported-mutators.md b/docs/supported-mutators.md index a4e4a25d4..805b370cd 100644 --- a/docs/supported-mutators.md +++ b/docs/supported-mutators.md @@ -11,7 +11,7 @@ All Stryker versions support a variety of different mutators. We've aligned on a | ------------------------------------------------- | :----------------------------------------: | :----------------------------------------------: | :------------------------------------------: | | [Arithmetic Operator](#arithmetic-operator) | ✅ | ✅ | ❌ | | [Array Declaration](#array-declaration) | ✅ | ✅ | ❌ | -| [Assignment Expression](#assignment-expression) | ❌ | ✅ | n/a | +| [Assignment Expression](#assignment-expression) | ✅ | ❌ | n/a | | [Block Statement](#block-statement) | ✅ | ✅ | ❌ | | [Boolean Literal](#boolean-literal) | ✅ | ✅ | ️✅ | | [Checked Statement](#checked-statement) | n/a | ✅ | n/a |