README: running typechecker and unit tests (#389)

pull/396/head
Siddhant Sanyam 2023-04-18 11:56:47 -07:00 committed by GitHub
parent a77dec8346
commit bc63aa03bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -86,6 +86,15 @@ deno task watch-server <PATH-TO-YOUR-SPACE>
deno task watch-plugs
```
To typecheck the entire codebase (recommended before submitting PR):
```shell
deno task check
```
To run unit tests:
```shell
deno task test
```
## Feedback
If you (hypothetically) find bugs or have feature requests, post them in