1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-17 07:45:52 +01:00
verdaccio/packages/server/test
Juan Picado e367c3f1e0 feat: improve legacy token signature by removing deprecated crypto.cr… (#1953)
* feat: improve legacy token signature by removing deprecated crypto.createDecipher

* fix: wrong reference

* chore: add debug
2021-04-09 17:54:21 +02:00
..
api feat: improve legacy token signature by removing deprecated crypto.cr… (#1953) 2021-04-09 17:54:21 +02:00
basic chore: lint prettier update (#1904) 2021-04-09 17:54:12 +02:00
jwt refactor: max-len and printWidth to 100 (#1941) 2021-04-09 17:54:20 +02:00
package-access build: configure prettier as formatter for json, yaml and markdown (#1930) 2021-04-09 17:54:19 +02:00
profile refactor: max-len and printWidth to 100 (#1941) 2021-04-09 17:54:20 +02:00
proxy refactor: max-len and printWidth to 100 (#1941) 2021-04-09 17:54:20 +02:00
storage refactor: max-len and printWidth to 100 (#1941) 2021-04-09 17:54:20 +02:00
token refactor: max-len and printWidth to 100 (#1941) 2021-04-09 17:54:20 +02:00
web refactor: max-len and printWidth to 100 (#1941) 2021-04-09 17:54:20 +02:00
.eslintrc refactor: test api refactor (#1826) 2021-04-09 17:54:11 +02:00
README.md build: configure prettier as formatter for json, yaml and markdown (#1930) 2021-04-09 17:54:19 +02:00

Testing

The test are structured by feature following this shape:

 test
  --- feat
       --- config.yaml
       --- spec.test.ts
       --- mock (storage folder) optional
       --- partials (optional)