What’s the name of the testing package that comes out of the box with create-react-app?
Jest
What library can you use for type-checking?
Flow
How do you initialize flow?
After having installed the npm package, and having added a “flow” target to react scripts that simply runs “flow, you run npm run flow init.
How do you tell flow to check the types of a file?
You add a comma to the first line of that file that reads “ // @flow