Enzyme is a JavaScript testing utility for React that makes it easier to assert, manipulate, and traverse React components' output, with an API inspired by jQuery for DOM manipulation.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONHappy DOM is a JavaScript implementation of a web browser's DOM without a graphical user interface, designed so browser-style code and component tests can run in runtimes like Node.js and Bun.
A personal repository collecting coding challenges and exercises for learning various programming languages, frameworks, tools, architectures, and design patterns. Not intended as a teaching resource but as a personal learning portfolio.
A comprehensive Node.js best practices guide covering project architecture, code style, testing, production, security, and more.
ts-jest is a Jest transformer that adds full TypeScript support, including source‑map handling and type‑checking, allowing developers to run Jest tests directly on .ts files.