0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/packages/server/test
Juan Picado e61bd6c78f chore: lint prettier update (#1904)
* chore: update prettier@2.x

* chore: prettier auto fix

* chore: fake circleci

we don't need it but I want make dissapear the error
2021-04-09 17:54:12 +02:00
..
api chore: lint prettier update (#1904) 2021-04-09 17:54:12 +02:00
basic chore: lint prettier update (#1904) 2021-04-09 17:54:12 +02:00
jwt chore: lint prettier update (#1904) 2021-04-09 17:54:12 +02:00
package-access chore: lint prettier update (#1904) 2021-04-09 17:54:12 +02:00
profile chore: lint prettier update (#1904) 2021-04-09 17:54:12 +02:00
proxy chore: lint prettier update (#1904) 2021-04-09 17:54:12 +02:00
storage chore: lint prettier update (#1904) 2021-04-09 17:54:12 +02:00
token chore: lint prettier update (#1904) 2021-04-09 17:54:12 +02:00
web chore: lint prettier update (#1904) 2021-04-09 17:54:12 +02:00
.eslintrc refactor: test api refactor (#1826) 2021-04-09 17:54:11 +02:00
README.md feat: migrate yarn workspaces (#1546) 2021-04-09 17:54:01 +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)