https://github.com/isthatcentered/slides-refactoring-tests
https://github.com/isthatcentered/slides-refactoring-tests
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/isthatcentered/slides-refactoring-tests
- Owner: isthatcentered
- Created: 2020-06-18T13:41:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T13:19:06.000Z (about 5 years ago)
- Last Synced: 2025-01-23T20:14:27.554Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.81 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Refactoring tests
Slides for my "Refactoring tests" talk
## Slides
[Refactoring tests](https://refactoring-tests.netlify.app/)
## Video (French version)
[](https://www.youtube.com/watch?v=WSkOi0Ax-sQ)
Sections shortcuts:
- [Hard to navigate tests](https://youtu.be/WSkOi0Ax-sQ?t=208)
- [Unclear tests](https://youtu.be/WSkOi0Ax-sQ?t=716)
- [Useless test failures](https://youtu.be/WSkOi0Ax-sQ?t=1518)
- [Broken tests but working code](https://youtu.be/WSkOi0Ax-sQ?t=2195)
## Additional links
- [jest-dom](https://github.com/testing-library/jest-dom)
- [jest-traceable](https://github.com/isthatcentered/traceable)
- [Mutation testing](https://stryker-mutator.io/)