This is an implementation of the Bank OCR Kata following the user stories here
If yarn is not installed, please install that first.
Install package dependencies:
$ yarn installTo run this code with a file containing account number data:
$ node bankOCR.js <path-to-datafile>To run the tests and generate code coverage report:
$ yarn test