1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/server/test
Juan Picado 154b2ecd34
refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplication (#2455)
* migrate api package

* migrate auth

* migrate config

* refactor: remove @verdaccio/commons-api in favor @verdaccio/core

* fix lint

* relocate pkg

* relocate pkg

* fix tsconfig
2021-09-26 00:08:00 +02:00
..
api refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplication (#2455) 2021-09-26 00:08:00 +02:00
basic refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplication (#2455) 2021-09-26 00:08:00 +02:00
jwt refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplication (#2455) 2021-09-26 00:08:00 +02:00
package-access refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplication (#2455) 2021-09-26 00:08:00 +02:00
profile refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplication (#2455) 2021-09-26 00:08:00 +02:00
storage refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplication (#2455) 2021-09-26 00:08:00 +02:00
token refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplication (#2455) 2021-09-26 00:08:00 +02:00
web refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplication (#2455) 2021-09-26 00:08:00 +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)