@@ -22,14 +22,14 @@ Each package has unique testing requirements. Please refer to the individual REA
2222
2323### Core Packages
2424
25- | Package | Docker Required | Test Command | Documentation |
26- | ---------------- | ---------------------------------------- | -------------------------------- | ------------------------------------------------------------- |
27- | ** auth-js** | ✅ Yes (GoTrue + PostgreSQL) | ` npx nx test:auth auth-js ` | [ Testing Guide] ( packages/core/auth-js/README.md#testing ) |
28- | ** functions-js** | ✅ Yes (Deno relay via testcontainers) | ` npx nx test functions-js ` | [ Testing Guide] ( packages/core/functions-js/README.md#testing ) |
29- | ** postgrest-js** | ✅ Yes (PostgREST + PostgreSQL) | ` npx nx test postgrest-js ` | [ Testing Guide] ( packages/core/postgrest-js/README.md#testing ) |
30- | ** realtime-js** | ❌ No (uses mock WebSockets) | ` npx nx test realtime-js ` | [ Testing Guide] ( packages/core/realtime-js/README.md#testing ) |
31- | ** storage-js** | ✅ Yes (Storage API + PostgreSQL + Kong) | ` npx nx test:storage storage-js ` | [ Testing Guide] ( packages/core/storage-js/README.md#testing ) |
32- | ** supabase-js** | ❌ No (unit tests only) | ` npx nx test supabase-js ` | [ Testing Guide] ( packages/core/supabase-js/README .md#testing ) |
25+ | Package | Docker Required | Test Command | Documentation |
26+ | ---------------- | ---------------------------------------- | -------------------------------- | ---------------------------------------------------------------- |
27+ | ** auth-js** | ✅ Yes (GoTrue + PostgreSQL) | ` npx nx test:auth auth-js ` | [ Testing Guide] ( ../ packages/core/auth-js/README.md#testing) |
28+ | ** functions-js** | ✅ Yes (Deno relay via testcontainers) | ` npx nx test functions-js ` | [ Testing Guide] ( ../ packages/core/functions-js/README.md#testing) |
29+ | ** postgrest-js** | ✅ Yes (PostgREST + PostgreSQL) | ` npx nx test postgrest-js ` | [ Testing Guide] ( ../ packages/core/postgrest-js/README.md#testing) |
30+ | ** realtime-js** | ❌ No (uses mock WebSockets) | ` npx nx test realtime-js ` | [ Testing Guide] ( ../ packages/core/realtime-js/README.md#testing) |
31+ | ** storage-js** | ✅ Yes (Storage API + PostgreSQL + Kong) | ` npx nx test:storage storage-js ` | [ Testing Guide] ( ../ packages/core/storage-js/README.md#testing) |
32+ | ** supabase-js** | ❌ No (unit tests only) | ` npx nx test supabase-js ` | [ Testing Guide] ( ../ packages/core/supabase-js/TESTING .md) |
3333
3434### Common Test Commands
3535
@@ -78,4 +78,4 @@ When adding new features or fixing bugs:
78783 . Update test documentation if you change testing infrastructure
79794 . Follow the testing patterns established in each package
8080
81- For more details on contributing, see [ CONTRIBUTING.md] ( ./CONTRIBUTING.md ) .
81+ For more details on contributing, see [ CONTRIBUTING.md] ( .. /CONTRIBUTING.md ) .
0 commit comments