Skip to Content
Cloud Native Python
book

Cloud Native Python

by Manish Sethi
July 2017
Intermediate to advanced
374 pages
8h
English
Packt Publishing
Content preview from Cloud Native Python

Jest

Jest is a unit testing framework, which is provided by Facebook to test JavaScript. It is used to test individual components. It is simple, standard, and standalone.

It tests your components based on fake DOM implementations, and runs different tests to check the functionalities. It automatically resolves dependencies. Also, you can run all the tests in parallel.

You can refer to the following link, which could help you write test cases for your React application:

https://facebook.github.io/jest/docs/tutorial-react.html

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python for DevOps

Python for DevOps

Noah Gift, Kennedy Behrman, Alfredo Deza, Grig Gheorghiu
Cloud Native

Cloud Native

Boris Scholl, Trent Swanson, Peter Jausovec

Publisher Resources

ISBN: 9781787129313Supplemental Content