1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
verdaccio/packages/server/test
Paola Morales dc05edfe60 feat!: async storage plugin bootstrap (#2144)
* feat: async storage plugin bootstrap

* refactor fs.promise to promisify on node12

* Add changeset

* Update big-lobsters-sin.md

* Update utils.test.ts

* Update utils.test.ts

* Update ci.yml

* Update utils.test.ts
2021-04-09 17:54:40 +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 feat!: async storage plugin bootstrap (#2144) 2021-04-09 17:54:40 +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)