- Google Cloud SDK
- Access to a Google App Engine project with a copy of the CHIRP DJDB Datastore
- Google datastore emulator for integration testing
Start the datastore emulator in another Terminal tab:
gcloud beta emulators datastore start
Then run the tests:
cd app
npm run test