assertion.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [assertion]
www.codever.land/bookmarks/t/assertion
chai
https://github.com/chaijs/chai
BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.
- tags: javascript, testing, assertion
- :octocat: source code
Enzyme
http://airbnb.io/enzyme/index.html
Enzyme is a JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components' output.
- tags: javascript, testing, assertion
react testing library
https://github.com/kentcdodds/react-testing-library
Simple and complete React DOM testing utilities that encourage good testing practices.
- tags: javascript, testing, assertion
- :octocat: source code
expect.js
https://github.com/Automattic/expect.js
Minimalistic BDD-style assertions for Node.JS and the browser.
- tags: javascript, testing, assertion
- :octocat: source code