Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 744 Bytes

JavaScript.md

File metadata and controls

10 lines (7 loc) · 744 Bytes

Testing — JavaScript

Jest is a tool often used to write JavaScript tests. With this, you can build tests for different kinds of projects like ReactJS, Typescript, etc.

Other popular JS testing suites include Jasmine and Mocha.

ReactJS Testing

While Jest can be used with ReactJS, if you want to use tools more specific to testing React components, here are some commonly used libraries that are pretty well documented: