Skip to content

Commit

Permalink
preps two more tests to write
Browse files Browse the repository at this point in the history
  • Loading branch information
ValJed committed Dec 19, 2024
1 parent 7a33bc2 commit 214b44c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/schemas.js
Original file line number Diff line number Diff line change
Expand Up @@ -5295,6 +5295,14 @@ describe('Schemas', function() {

assert.deepEqual(expected, actual);
});

it('should add proper aposPath to all fields when validation schema', async function () {
// TODO
});

it('should set default value to invisible fields that triggered convert errors', async function () {
// TODO
});
});

async function testSchemaError(schema, input, path, name) {
Expand Down

0 comments on commit 214b44c

Please sign in to comment.