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 52d3442856
enable ci node 16, 17 gh actions (#2823)
* chore: enable ci node 15 and higher

* use localhost

* Update ci.yml

* Update ci.yml

* Update ci.yml

* Update ci.yml

* Update ci.yml
2021-12-29 19:23:20 +01:00
..
api #2606 add prettier plugin sort imports (#2607) 2021-10-29 17:33:05 +02:00
basic #2606 add prettier plugin sort imports (#2607) 2021-10-29 17:33:05 +02:00
jwt #2606 add prettier plugin sort imports (#2607) 2021-10-29 17:33:05 +02:00
package-access #2606 add prettier plugin sort imports (#2607) 2021-10-29 17:33:05 +02:00
profile #2606 add prettier plugin sort imports (#2607) 2021-10-29 17:33:05 +02:00
storage enable ci node 16, 17 gh actions (#2823) 2021-12-29 19:23:20 +01:00
token #2606 add prettier plugin sort imports (#2607) 2021-10-29 17:33:05 +02:00
web #2606 add prettier plugin sort imports (#2607) 2021-10-29 17:33:05 +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)