This packet consists of mega function. It is the first function to add numbers.
const megapack = require('alex01aik_started_pack');
console.log(megapack.sum(1, 2));
Run jest tests:
$ npm run test
Jest coverege:
$ npm run coverage
Run eslint:
$ npm run eslint
Fix eslint errors:
$ npm run eslint:fix
Run prettier:
$ npm run prettier
Fix prettier errors:
$ npm run prettier:fix