Skip to content

Commit 274c65c

Browse files
committed
Merge branch 'master' of github.com:DiegoRBaquero/mutode
2 parents 267001f + 655ba7d commit 274c65c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ 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-
Read the thesis proposal [here](https://docs.google.com/document/d/1V6U-ahLq6faCbtP0DtKukzdnsUC2ZBsL1LWEJvkqUiE/edit?usp=sharing)
10+
Read the thesis proposal [**here**](https://docs.google.com/document/d/1V6U-ahLq6faCbtP0DtKukzdnsUC2ZBsL1LWEJvkqUiE/edit?usp=sharing)
11+
12+
[**Watch the demo video**](https://www.youtube.com/watch?v=DILzHOljFj0&feature=youtu.be)
1113

1214
> "It's like a test for your tests!" - @mappum
1315
@@ -78,5 +80,9 @@ Options:
7880
- Current supported mutation operators are available [**here**](https://thesoftwaredesignlab.github.io/mutode/module-Mutators.html)
7981
- General documentation is available [**here**](https://thesoftwaredesignlab.github.io/mutode/)
8082

83+
## Videos
84+
85+
- [Demo](https://www.youtube.com/watch?v=DILzHOljFj0&feature=youtu.be)
86+
8187
## License
8288
MIT Copyright © Diego Rodríguez Baquero

0 commit comments

Comments
 (0)