Exampels of Jest Testing
Istallation
npm i --save-dev jestWith Babel support
npm i -save-dev babel-jest @babel/core @babel/preset-env
# if you use promises
npm i -save-dev @babel/plugin-transform-runtime
# for testing on the console
npm i -save-dev @babel/nodeCheck also the .babelrc.json
With VSCode autocomplete
npm i -save-dev @types/jest