These are the settings for running Peril on repositories in Automattic, simplenote and wordpress-mobile.
You can use Docker to work and test this project in the appropriate container.
docker run -it --rm --init --volume "${PWD}":/workdir --workdir /workdir node:10 /bin/sh -e -c $'yarn install --frozen-lockfile; yarn jest'
- Clone the repo.
- Ensure you have
nodeandyarninstalled on your machine. - Run
yarn install. - Run the tests using
yarn jest.