React testing tutorial Get started: Get the api token from https://developer.themoviedb.org/v4/docs/getting-started and place it in your .env file like this: REACT_APP_API_TOKEN='your token' Then run npm start or npm test.