davidje13 / postfacto

Self-hosted retro tool aimed at helping remote teams
GNU Affero General Public License v3.0
0 stars 0 forks source link

Replace jasmine mock fetch with something jest specific #20

Closed davidje13 closed 5 years ago

davidje13 commented 5 years ago

These matchers require some nasty code to integrate with jest. They should be replaced with jest-native mocking / matchers.

Jest libraries don't look as good; need to find a good option before switching.