Commit 308b48d
committed
test(sql-orm-client): bypass type gate in required-payload runtime-guard tests
The type-level .create/.connect disable (now in dist after the main rebase)
makes those calls compile errors; cast the args to `never` to still exercise
the runtime guard on a real DB (defense-in-depth). Surfaced by rebuilding
against origin/main.
Signed-off-by: Alexey Orlenko's AI Agent <robot@aqrln.net>1 parent 2fcf0d0 commit 308b48d
1 file changed
Lines changed: 8 additions & 2 deletions
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
312 | 315 | | |
313 | 316 | | |
314 | 317 | | |
| |||
333 | 336 | | |
334 | 337 | | |
335 | 338 | | |
336 | | - | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
337 | 343 | | |
338 | 344 | | |
339 | 345 | | |
| |||
0 commit comments