- Node.js version specified in .nvmrc
- Yarn for package manager: https://yarnpkg.com/
yarn install
I'd love to see that tests are written to confirm the new behaviours.
You can run all checks (linting & testing) with yarn run check
.
You can check what CI is checking at .travis.yml.