integration test fixes - claude for the win?
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 33m43s

This commit is contained in:
2026-01-09 02:32:11 -08:00
parent 59f773639b
commit ec32027bd4

View File

@@ -146,7 +146,6 @@ describe('flyerDbInsertSchema', () => {
});
it('should fail if store_id is missing', () => {
// @ts-expect-error Testing runtime validation
const { store_id, ...invalid } = validDbFlyer;
const result = flyerDbInsertSchema.safeParse(invalid);
expect(result.success).toBe(false);