0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/packages/server/test
Juan Picado 5f3eee5eaf chore: remove a package, move constants (#2001)
* chore: remove a package, move constants

* chore: remove *
2021-04-09 17:54:26 +02:00
..
api chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +02:00
basic chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +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 chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +02:00
web chore: remove a package, move constants (#2001) 2021-04-09 17:54:26 +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)