- Add `jest.config.js` and `jest.coverage.config.js` - Test that the `RMLMappingEditor` component renders - Add an entry to `scripts` in `package.json` called `test` that will run jest tests - Add `&& npm run test` to the husky pre-commit hook
jest.config.jsandjest.coverage.config.jsRMLMappingEditorcomponent rendersscriptsinpackage.jsoncalledtestthat will run jest tests&& npm run testto the husky pre-commit hook