Code examples for the cosee-techtalk on 28.10.2021.
This repository was created with "create-react-app". It contains the code examples that are part of the talk.
It also is a working todo-app, that you can start
with yarn start
.
The repo does NOT contain a working keycloak integration, keycloak is just used as an example for a library that is worth to mock
See src/test-examples/Auth*
and src/keycloak/keyclock.ts
See src/App.tsx
. It has tests with nock
, with msw
and using a module to help setup msw.