docs: mention running tests in CONTRIBUTING
This commit is contained in:
parent
32b37ea9f9
commit
cb83cd3386
1 changed files with 10 additions and 0 deletions
|
@ -66,6 +66,16 @@ npm run dev
|
||||||
https://localhost:3000
|
https://localhost:3000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Running package tests
|
||||||
|
|
||||||
|
Please run the tests before creating a PR to make sure nothing is broken.
|
||||||
|
|
||||||
|
Since we only have one package for now, this is the command to run:
|
||||||
|
|
||||||
|
```
|
||||||
|
npm run test -w astro-reactive-form
|
||||||
|
```
|
||||||
|
|
||||||
# Hacking with the packages
|
# Hacking with the packages
|
||||||
|
|
||||||
As mentioned above, this project involves packages that are intened to be used in Astro applications. The demo app is our way to test and play with the packages.
|
As mentioned above, this project involves packages that are intened to be used in Astro applications. The demo app is our way to test and play with the packages.
|
||||||
|
|
Loading…
Reference in a new issue