Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#23 restrict equalityoperator mutator #41

Merged
merged 10 commits into from
Nov 22, 2023

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    ee1c47d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1620de View commit details
    Browse the repository at this point in the history
  3. Move arithmetic ops to map

    dvcopae committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0edd5da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f4f4e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Restrict EqualityOperator

    Observed mutation score (equality-operator-mutator.ts): 85.71%
    IvoBroekhof committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    6787d70 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Formatting fixes

    IvoBroekhof committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    5b470d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb0e49 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/#23-restrict-equalityoperator-mu…

    …tator' into #23-restrict-equalityoperator-mutator
    IvoBroekhof committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    60338d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Merge remote-tracking branch 'origin/master' into #23-restrict-equali…

    …tyoperator-mutator
    
    # Conflicts:
    #	packages/instrumenter/src/mutators/node-mutator.ts
    #	packages/instrumenter/src/transformers/babel-transformer.ts
    #	packages/instrumenter/test/helpers/expect-mutation.ts
    #	testing-project/stryker.conf.json
    IvoBroekhof committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6b82c89 View commit details
    Browse the repository at this point in the history
  2. Update arithmetic-operator-mutator.ts and equality-operator-mutator.t…

    …s to comply with the changes to node-mutator.ts.
    
    Coded it such that `undefined` results in allowing everything since otherwise setting no MutationLevel results in blocking every mutator.
    IvoBroekhof committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c615e88 View commit details
    Browse the repository at this point in the history