1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/server/test
amit 648575aa41
fix: escaped slash in namespaced packages (#2193)
* fix: escaped slash in namespaced packages

* run format on code

* merge master branch (#2)

* chore: fix start web issue

* chore: use custom action for changeset

this is temporary while I find the way to skip create github releases for alpha

* chore: format as separated workflow (#2194)

Co-authored-by: Juan Picado <juanpicado19@gmail.com>

* merge master (#3)

* chore: fix start web issue

* chore: use custom action for changeset

this is temporary while I find the way to skip create github releases for alpha

* chore: format as separated workflow (#2194)

Co-authored-by: Juan Picado <juanpicado19@gmail.com>

* add changeset

* format

Co-authored-by: amit <amit@enso.security>
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2021-04-24 17:14:24 +02:00
..
api fix: escaped slash in namespaced packages (#2193) 2021-04-24 17:14:24 +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)