Add testing library and document workflow

Also moved testing instruction to dev-practices as it didn't make sense
to have them split
This commit is contained in:
Gabriel Horner
2022-02-22 16:47:04 -05:00
committed by Andelf
parent b0babf2232
commit 163d31005f
3 changed files with 37 additions and 23 deletions

View File

@@ -23,22 +23,6 @@ Open <http://localhost:3001>.
yarn release
```
### 5. Run tests
Run ClojureScript tests
```bash
yarn test
```
Run E2E tests
``` bash
yarn electron-watch
# in another shell
yarn e2e-test # or npx playwright test
```
## Desktop app development
### 1. Compile to JavaScript
@@ -63,4 +47,4 @@ yarn dev-electron-app
```bash
yarn release-electron
```
```