Skip to content

Commit ea92e50

Browse files
committed
chore(repo): update some readmes
1 parent 2010462 commit ea92e50

File tree

4 files changed

+8
-25
lines changed

4 files changed

+8
-25
lines changed

packages/core/auth-js/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,4 @@ The Docker setup includes:
155155

156156
We welcome contributions! Please see our [Contributing Guide](../../../CONTRIBUTING.md) for details on how to get started.
157157

158-
For major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.
159-
160-
## Sponsors
161-
162-
We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don't exist we build them and open source them ourselves.
163-
164-
[![New Sponsor](https://user-images.githubusercontent.com/10214025/90518111-e74bbb00-e198-11ea-8f88-c9e3c1aa4b5b.png)](https://github.com/sponsors/supabase)
158+
For major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.

packages/core/postgrest-js/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,4 @@ For major changes or if you're unsure about something, please open an issue firs
196196

197197
## License
198198

199-
This repo is licensed under MIT License.
200-
201-
## Sponsors
202-
203-
We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don’t exist we build them and open source them ourselves. Thanks to these sponsors who are making the OSS ecosystem better for everyone.
204-
205-
[![New Sponsor](https://user-images.githubusercontent.com/10214025/90518111-e74bbb00-e198-11ea-8f88-c9e3c1aa4b5b.png)](https://github.com/sponsors/supabase)
199+
This repo is licensed under MIT License.

packages/core/storage-js/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -875,10 +875,4 @@ The test infrastructure (`infra/docker-compose.yml`) includes:
875875
876876
We welcome contributions! Please see our [Contributing Guide](../../../CONTRIBUTING.md) for details on how to get started.
877877
878-
For major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.
879-
880-
## Sponsors
881-
882-
We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don’t exist we build them and open source them ourselves. Thanks to these sponsors who are making the OSS ecosystem better for everyone.
883-
884-
[![New Sponsor](https://user-images.githubusercontent.com/10214025/90518111-e74bbb00-e198-11ea-8f88-c9e3c1aa4b5b.png)](https://github.com/sponsors/supabase)
878+
For major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.

packages/core/supabase-js/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ cd ../../..
185185
| `test:integration:browser` | Browser tests using Deno + Puppeteer | Supabase running + Deno installed |
186186
| `test:edge-functions` | Edge Functions tests | Supabase running + Deno installed |
187187
| `test:types` | TypeScript type checking + JSR validation | None |
188-
| `test:deno` | Deno runtime compatibility tests | Supabase running + Deno installed |
189188
| `test:bun` | Bun runtime compatibility tests | Supabase running + Bun installed |
189+
| `test:node:playwright` | WebSocket browser tests | Supabase running + Playwright |
190+
| Deno (see section below) | Deno runtime compatibility tests | Supabase running + Deno installed |
190191
| Expo (see section below) | React Native/Expo tests | Supabase running + dependencies updated |
191192
| Next.js (see below) | Next.js SSR tests | Supabase running + dependencies updated |
192-
| `test:node:playwright` | WebSocket browser tests | Supabase running + Playwright |
193193

194194
#### Unit Testing
195195

@@ -249,10 +249,11 @@ npx nx test:all supabase-js
249249
# Prerequisites:
250250
# 1. Supabase must be running (see Prerequisites)
251251
# 2. Update test dependencies and pack current build
252-
npx nx update:test-deps:expo supabase-js
252+
cd packages/core/supabase-js
253+
npm run update:test-deps:expo
253254

254255
# Run Expo tests from the Expo test project
255-
cd packages/core/supabase-js/test/integration/expo
256+
cd test/integration/expo
256257
npm install
257258
npm test
258259
cd ../../..

0 commit comments

Comments
 (0)