Skip to content

Commit

Permalink
Undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovds committed Nov 13, 2022
1 parent c05c08a commit 02131ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('babel-transformer', () => {
path.replaceWith(types.sequenceExpression([...[...appliedMutants.values()].flatMap((val) => val.expressions), ...path.node.expressions])),
};

beforeEach(function () {
beforeEach(() => {
context = transformerContextStub();
mutantCollector = new MutantCollector();
mutators = [fooMutator, plusMutator];
Expand Down

0 comments on commit 02131ba

Please sign in to comment.