Andrew's Digital Garden

Topic - testing

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

#topic-page

Referred in

Fuzzing
Dependency Injection
Contract testing
Mocks vs Stubs vs Fakes
Vitest vs Jest
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
Good code is testable code
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
Don't reimplement functionality in tests
Making tests before debugging
Topic - testing