This repo is for practicing using jest for testing.
To use ES6 import with Jest:
- Install the @babel/preset-env package
npm i -D @babel/preset-env
- Create a .babelrc file in the project’s root with the following lines of code:
{ "presets": ["@babel/preset-env"] }