This is boilerplate code for writing test code using jest based on node.js + typescript
$ yarn add --dev @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint typescript
$ yarn add --D @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint typescript
$ yarn add --D jest @types/jest ts-loader ts-jest
$ yarn eslint .
$ yarn run test
$ yarn run lint