An open API service indexing awesome lists of open source software.

https://github.com/isthatcentered/slides-refactoring-tests


https://github.com/isthatcentered/slides-refactoring-tests

Last synced: about 1 year ago
JSON representation

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)
[![Refactoring tests talk version Française](https://img.youtube.com/vi/WSkOi0Ax-sQ/0.jpg)](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/)