# WIP: Testing

**Frontend**

Make sure you are in the frontend directory

```
cd frontend/
```

## To check if all existing and new tests are passing

```
pnpm test
```

## If you want to test a specific pattern

```
npm test -- --testPathPattern="Settings.spec" --watchAll=false
```

## To run Linter

```
pnpm lint
```
