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 73d34bf9c4
build: upgrade to jest 27 (#2297)
* migrate to jest 27

* test
2021-06-13 09:14:04 +02:00
..
api build: upgrade to jest 27 (#2297) 2021-06-13 09:14:04 +02:00
basic feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +02:00
jwt build: upgrade to jest 27 (#2297) 2021-06-13 09:14:04 +02:00
package-access build: upgrade to jest 27 (#2297) 2021-06-13 09:14:04 +02:00
profile build: upgrade to jest 27 (#2297) 2021-06-13 09:14:04 +02:00
storage build: upgrade to jest 27 (#2297) 2021-06-13 09:14:04 +02:00
token build: upgrade to jest 27 (#2297) 2021-06-13 09:14:04 +02:00
web build: upgrade to jest 27 (#2297) 2021-06-13 09:14:04 +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)