An example that shows how to use es6 with jest. For more information, see https://stackoverflow.com/questions/68956636/how-to-use-esm-tests-with-jest/69059786#69059786 and https://jestjs.io/docs/ecmascript-modules.
- Install dependencies.
- Run main tests using
npm run test
. - Run subTests using
npm run test:sub
.