When we will migrate to TypeScript, we will test the repository with TS-Jest. Migrating the tests beforehand will facilitate the TypeScript migration. - [x] Postfixed all test files with `.test.js`. - [x] Replaced Mocha + Chai + Serverless Mocha Plugin with Jest - [x] Adapted all unit tests to use the Jest syntax - [x] Removed console.log outputs in tests - [x] Moved Babel config in `babel.config.js`
When we will migrate to TypeScript, we will test the repository with TS-Jest. Migrating the tests beforehand will facilitate the TypeScript migration.
.test.js.babel.config.js