Skip to content

Commit 7cb376e

Browse files
committed
remove test section for those no tests
1 parent 789bddd commit 7cb376e

3 files changed

Lines changed: 0 additions & 21 deletions

File tree

graphile/graphile-cache/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,3 @@ This design ensures:
179179
- No memory leaks from orphaned PostGraphile instances
180180
- Automatic cleanup without manual intervention
181181
- Loose coupling between packages
182-
183-
## 🧪 Testing
184-
185-
```sh
186-
# requires a local Postgres available (defaults to postgres/password@localhost:5432)
187-
pnpm --filter graphile-cache test
188-
```

graphile/graphile-query/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,3 @@ Supports full context, roles, and settings for advanced scenarios.
131131
* `query(query, variables?)`
132132

133133
Lightweight version with no role or settings support.
134-
135-
## 🧪 Testing
136-
137-
```sh
138-
# requires a local Postgres available (defaults to postgres/password@localhost:5432)
139-
pnpm --filter graphile-query test
140-
```

graphile/graphile-settings/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,3 @@ app.listen(settings.port);
128128
* `@graphile-contrib/pg-many-to-many`
129129
* `graphile-search-plugin`
130130
* `graphile-pg-type-mappings`
131-
132-
## 🧪 Testing
133-
134-
```sh
135-
# requires a local Postgres available (defaults to postgres/password@localhost:5432)
136-
pnpm --filter graphile-settings test
137-
```

0 commit comments

Comments
 (0)