integration test fixes - claude for the win?
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 33m43s
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 33m43s
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user