UNPKG

@roxi/routify

Version:

17 lines (14 loc) 299 B
# Running tests ### test with Jest and Prettier ``` npm run test ``` ### test with Jest only ``` npm run test ``` ### test specific project or test in watch mode *See jest.config.js for projects* ``` npm run test:jest -- --watch --testMatch **/filemapper-overlay.test.js --selectProjects unit ```