Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Feb 28, 2021
1 parent 8468946 commit ba2ef8b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions test/ajv.options.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,20 +112,4 @@ describe('AjvOptions', () => {
expect(options.serDesMap['custom-1']).has.property('serialize');
expect(options.serDesMap['custom-1']).has.property('deserialize');
});

// it.only('should have formats', () => {
// const ajv = new AjvOptions({
// ...baseOptions,
// formats: [
// {
// name: 'test',
// type: 'string',
// validate: () => true,
// },
// ],
// });
// const options = ajv.response;
// console.log(options)
// expect(options.formats).to.be.an('array').with.length(1);
// });
});

0 comments on commit ba2ef8b

Please sign in to comment.