# Routify 3

### tests

run all tests (unit, integration, e2e & prettier)
```
npm run test
```

run tests without prettier 
```
npm run test:jest
```

run specific tests in watch mode
```
npm run test:jest -- --watch --selectProjects unit integration
```