Glossary coding Term Page

jsdom

A library that emulates DOM APIs inside Node

jsdom #coding#javascript
Korean version

Related Concepts

Core Idea

jsdom is A library that emulates DOM APIs inside Node.js so you can run UI tests without a browser. It usually makes the most sense alongside User scenario test, data-testid, BrowserMock.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept