What is JEST? Technology Community › Category: React › What is JEST? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Jest is a JavaScript unit testing framework made by Facebook based on Jasmine and provides automated mock creation and a jsdom environment. It’s often used for testing React components.