Skip to content

Commit

Permalink
test(definitions): uncomment schema imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Jun 14, 2024
1 parent 06aa967 commit ec4245c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ajv-schemes.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module.exports = schemesV3_0_0;

function bindingSchemes(ajv) {
// ajv.addSchema(require('@bindings/amqp/0.2.0/channel.json'));
ajv.addSchema(require('@bindings/amqp/0.2.0/channel.json'));
ajv.addSchema(require('@bindings/amqp/0.2.0/message.json'));
ajv.addSchema(require('@bindings/amqp/0.2.0/operation.json'));
// ajv.addSchema(require('@bindings/amqp/0.3.0/channel.json'));
ajv.addSchema(require('@bindings/amqp/0.3.0/channel.json'));
ajv.addSchema(require('@bindings/amqp/0.3.0/message.json'));
ajv.addSchema(require('@bindings/amqp/0.3.0/operation.json'));

Expand Down

0 comments on commit ec4245c

Please sign in to comment.