Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 299 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 299 Bytes

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