- Create tests with extended matchers (
jest-extended
) - Use the latest
JavaScript
(@babel/preset-env
)
node
yarn
(ornpm
)
-
Clone the repository
-
Navigate to the project directory and run:
yarn install
-
Run tests:
yarn test
oryarn test:watch
-
Run
index.js
:yarn start