Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
It works with projects using: Babel, TypeScript, Node, React, Angular, Vue and more!
$ yarn jest
# or
$ yarn run test
$ jest -i --watchAll
# or
$ yarn run test:debug
$ yarn jest getFixedNumber
$ yarn jest -i --watchAll getFixedNumber