mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
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:
@@ -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
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user