Makers example tech test written in JS and test-driven with Jest. No database allowed.
- Encapsulation
- SRP
- DRY
- Forwarding
- Dependency Injection
- TDD
Requires npm / yarn installed
$ git clone https://github.com/zi-codes/banking-tech-test
$ yarnThen run in repl of your choice
To run tests
$ yarn test