Commit 6de4adb
committed
refactor(pgsql-test): replace 'opts: any' with proper PgTestClientOpts typing
- Export PgTestClientOpts type from test-client.ts
- Import and use PgTestClientOpts in manager.ts getClient() signature
- Change opts parameter from 'any' to 'Partial<PgTestClientOpts>'
- Improves type safety and removes 'any' type usage
Co-Authored-By: Dan Lynch <pyramation@gmail.com>1 parent 7be06a1 commit 6de4adb
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments