Skip to content

Commit 597f421

Browse files
Update README.md
1 parent 9715664 commit 597f421

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Mutation testing for Node.js and JavaScript.
77

88
**Mutode** generates mutants (small changes of code) and runs your tests. If the tests fail, it means the mutant was detected and **killed**; if your tests pass, it means the mutant **survived** and your tests can be improved.
99

10-
[**Watch the demo video**](https://www.youtube.com/watch?v=DILzHOljFj0&feature=youtu.be)
10+
[**Watch the demo video**](https://www.youtube.com/watch?v=DILzHOljFj0&feature=youtu.be) and
11+
[**Check the slides of the Node Summit 2018 talk**](https://speakerdeck.com/diegorbaquero/beyond-code-coverage-mutation-testing-tests-for-your-tests)
1112

1213
> "It's like a test for your tests!" - @mappum
1314

0 commit comments

Comments
 (0)