0
Fork 0
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:
Juan Picado @jotadeveloper 2019-07-27 12:58:48 +02:00 committed by GitHub
parent ea633eb977
commit 851cacf5af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;`