2020-03-03 23:59:19 +01:00
|
|
|
## Testing
|
|
|
|
|
|
|
|
The test are structured by feature following this shape:
|
|
|
|
|
|
|
|
```bash
|
2020-09-03 21:15:29 +02:00
|
|
|
test
|
2020-03-03 23:59:19 +01:00
|
|
|
--- feat
|
|
|
|
--- config.yaml
|
|
|
|
--- spec.test.ts
|
|
|
|
--- mock (storage folder) optional
|
|
|
|
--- partials (optional)
|
|
|
|
```
|