Work with ES Modules in Jest using Babel
Foreword
I recently worked with a npm package that is an ES Module. Looking at the library's package.json, it has module as its type which means it uses ES6 modules. ES6 or ECMAScript 2015 introduced the import and export keywords; effectively leadin...
jgrivera.hashnode.dev3 min read