Initial commit: Add project files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { describe, expect, it } from 'vitest'
|
||||
import { responseSchema } from './schema'
|
||||
|
||||
describe('__FEATURE__ response contract', () => {
|
||||
it('fails closed for an unapproved empty payload', () => {
|
||||
expect(responseSchema.safeParse({}).success).toBe(false)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user