mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
14 lines
221 B
Markdown
14 lines
221 B
Markdown
|
## Testing
|
||
|
|
||
|
The test are structured by feature following this shape:
|
||
|
|
||
|
```bash
|
||
|
test
|
||
|
--- feat
|
||
|
--- config.yaml
|
||
|
--- spec.test.ts
|
||
|
--- mock (storage folder) optional
|
||
|
--- partials (optional)
|
||
|
```
|
||
|
|