Glossary coding Term Page

Unit test

Automation that isolates a single component or function and checks that the rendered outpu

unit-test #coding#svelte
Korean version

Related Concepts

Core Idea

Unit test is Automation that isolates a single component or function and checks that the rendered output or return value matches expectations. It usually makes the most sense alongside Integration test, Vitest, Svelte Testing Library.

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept