mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -05:00
chore: update readme test
This commit is contained in:
parent
ea633eb977
commit
851cacf5af
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ Welcome to the testing folder at Verdaccio. This document aims to help you under
|
||||||
|
|
||||||
First of all, we should explain the testing frameworks being used. We use `jest` and other tools such as `supertest` to be able to test the API, and `puppeteer` for End-to-End testing.
|
First of all, we should explain the testing frameworks being used. We use `jest` and other tools such as `supertest` to be able to test the API, and `puppeteer` for End-to-End testing.
|
||||||
|
|
||||||
|
### Before getting started
|
||||||
|
|
||||||
We go along with the following rules in order to be consistent with all tests which will make your code review smooth and fast:
|
We go along with the following rules in order to be consistent with all tests which will make your code review smooth and fast:
|
||||||
|
|
||||||
* We **type** all our tests. eg `const foo: number = 3;`
|
* We **type** all our tests. eg `const foo: number = 3;`
|
||||||
|
|
Loading…
Add table
Reference in a new issue