# 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
```