Mutation Testing in Javascript

  • this was research as per Ryan’s suggestions

it’s a way of testing your tests, by breaking your code

  • breaking your code, and making sure that at least one of your tests catch it

just because all the tests are passing, and all the code is covered, doesn’t mean we should put 100% faith in those tests.

more resources