File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ npx supabase start
3535# install deps and run all package tests
3636pnpm 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+
You can’t perform that action at this time.
0 commit comments