Tag: #테스팅
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
TypeScript Testing Complete Guide: Jest, Vitest, MSW, Mock & Stub in Practice
A complete guide to TypeScript testing covering Jest and Vitest setup, jest.fn/spyOn/mock, API mocking with MSW, Stub patterns, mock servers with json-server, and real-world TDD examples.
2026-03-17 · 20 min read #typescript#jest#vitest#msw#mockSoftware Testing Patterns Complete Guide: Stub, Mock, Spy, Fake
A comprehensive guide to the Test Double taxonomy by Gerard Meszaros — covering the differences between Dummy, Stub, Spy, Mock, and Fake, along with practical TDD/BDD strategies and real-world code examples.
2026-03-17 · 19 min read #테스팅#mock#stub#spy#tdd