###### The 2 types of tests can also be run separately.
*For those to work the containers have to be running.*
```
make test-unit
make test-e2e
...
...
@@ -57,7 +54,7 @@ Find the compiled app in src folder and open in Browser or serve with `ng serve`
## Development
### Coding Standards
We are using ESLint with the [airbnb](https://github.com/iqb-berlin/testcenter-setup) coding standard as base.
We are using ESLint with the base or [airbnb](https://www.npmjs.com/package/eslint-config-airbnb) with our [own rules](https://www.npmjs.com/package/@iqb/eslint-config) on top.