00:43:44 - 00:51:40
Feature Setting
Kent demonstrates various features with Jest: watch mode, which allows for running tests concurrently with development; filtering, to quickly find unit tests by name; test function, which allows the ability to skip tests until they are ready; and Babel integration, which allows for the use of a JavaScript compiler. While writing a unit test, Kent reviews best testing practices.