0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/packages/server/test
2021-04-09 17:54:39 +02:00
..
api chore: merge from master 2021-04-09 17:54:39 +02:00
basic feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +02:00
jwt chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +02:00
package-access chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +02:00
profile chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +02:00
proxy chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +02:00
storage chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +02:00
token feat: remove level dependency by lowdb for npm token cli as storage (#2043) 2021-04-09 17:54:31 +02:00
web feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +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)