Skip to content

Commit

Permalink
add TODO for type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukad committed Feb 6, 2025
1 parent 38e1548 commit f03f2b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next/test/validation/json_schema_test_suite.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ describe('JSON Schema Test Suite', () => {
describe(testSchema.description, () => {
for (const test of testSchema.tests) {
it(test.description, () => {
// TODO: properly extend the expect interface
expect(testSchema.schema).toBeValid(test.data, test.valid)
})
}
Expand Down

0 comments on commit f03f2b4

Please sign in to comment.