Skip to content

Commit 974e738

Browse files
update lockfile and readme
1 parent 64c346b commit 974e738

File tree

2 files changed

+1222
-404
lines changed

2 files changed

+1222
-404
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a href="https://www.powersync.com" target="_blank"><img src="https://github.com/powersync-ja/.github/assets/7372448/d2538c43-c1a0-4c47-9a76-41462dba484f"/></a>
33
</p>
44

5-
*[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres, MongoDB or MySQL on the server-side.*
5+
_[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres, MongoDB or MySQL on the server-side._
66

77
# PowerSync JavaScript SDKs
88

@@ -100,6 +100,15 @@ Build packages
100100
pnpm build:packages
101101
```
102102

103+
## Tests
104+
105+
Some packages use [Playwright](https://www.npmjs.com/package/playwright) for testing. Install Playwright dependencies with:
106+
107+
```bash
108+
pnpm exec playwright install-deps
109+
pnpm exec playwright install
110+
```
111+
103112
## Versioning
104113

105114
### Development Packages

0 commit comments

Comments
 (0)