Andrew's Digital Garden

Topic - testing

Related: [[jest]] [[mocking]]

#topic-page

Referred in

Fuzzing
Contract testing
Mocks vs Stubs vs Fakes
Fuzzing in Go
Simple tips for refactoring
Jest manual mocks
Write mostly integration tests
Apollo server mocking
`mocks` vs `resolvers` in GraphQL mocking
Visual regression testing
Find bugs once
Getting current test info in Jest
Using `jest.mock`'s factory parameter
Don't mock fetch (or any other system functions)
Don't test implementation details
Making tests before debugging
Topic - testing