Skip to content

Commit f254773

Browse files
authored
Revert "fix: Bump up realtime-js (#1418)" (#1424)
This reverts commit 02f2f0b.
1 parent 02f2f0b commit f254773

14 files changed

+279
-8198
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
with:
3737
node-version: ${{ matrix.node }}
3838

39-
- name: Set up Supabase CLI
40-
uses: supabase/setup-cli@v1
41-
with:
42-
version: latest
43-
4439
- name: Run tests
4540
run: |
4641
npm clean-install

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -86,21 +86,6 @@ const supabase = createClient('https://xyzcompany.supabase.co', 'public-anon-key
8686
})
8787
```
8888

89-
## Testing
90-
91-
### Unit Testing
92-
93-
```bash
94-
pnpm test
95-
```
96-
97-
### Integration Testing
98-
99-
```bash
100-
supabase start
101-
pnpm run test:integration
102-
```
103-
10489
## Badges
10590

10691
[![Coverage Status](https://coveralls.io/repos/github/supabase/supabase-js/badge.svg?branch=master)](https://coveralls.io/github/supabase/supabase-js?branch=master)

0 commit comments

Comments
 (0)