Skip to content

Commit ab9a3c8

Browse files
committed
readme
1 parent fa49a6a commit ab9a3c8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ npx supabase start
3535
# install deps and run all package tests
3636
pnpm install
3737

38-
# run every package’s tests
39-
pnpm test
38+
# rls-demo: run tests in watch mode
39+
cd packages/rls-demo
40+
pnpm test:watch
4041
```
4142

4243
## getting started (step by step)
@@ -59,7 +60,9 @@ The repository is a launchql workspace, which is a hybrid `pnpm`/`lql` workspace
5960
- `packages/supabase`: supabase‑focused sql, tests, and helpers
6061
- `packages/rls-demo`: demo extension showcasing rls with users/products
6162

62-
## scripts you’ll use often
63+
## testing
64+
65+
If you want to see how to run tests in each of the relevant packages, here are handy snippets you may want to learn:
6366

6467
```bash
6568
# rls-demo: run tests in watch mode
@@ -82,6 +85,8 @@ pnpm test
8285

8386
## Adding a package using `lql`
8487

88+
- [ ] TODO
89+
8590
## Requirements
8691

8792
- Node.js 20+

0 commit comments

Comments
 (0)