Skip to content

Instantly share code, notes, and snippets.

@lazywithclass
Last active March 21, 2017 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lazywithclass/f11498f9bc5b7478e26532f348679ede to your computer and use it in GitHub Desktop.
Save lazywithclass/f11498f9bc5b7478e26532f348679ede to your computer and use it in GitHub Desktop.
[RC Diary] It's all about mutations (-80)

[RC Diary] It's all about mutations (-80)

Cerebro

I did this, it took more effort than I wanted but well...

  • set paths for tests as relative to the root folder of the project under test
  • suppress mocha output
  • got the original source code (even though in an horrible way waiting for a refactor), so it could be compared with the mutated source code

So I still have to

  • format the code in a nice way so it's easily readable (right now it's all on one line)
  • produce a diff between non-mutated source and mutated-source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment