Skip to content

Commit

Permalink
Update tests to use Ajv Draft 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlende committed Jul 17, 2024
1 parent 95ed85b commit 0f67f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/blocks-schema.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import Ajv from 'ajv-draft-04';
import Ajv from 'ajv';
import glob from 'fast-glob';

/**
Expand Down
2 changes: 1 addition & 1 deletion test/integration/theme-schema.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import Ajv from 'ajv-draft-04';
import Ajv from 'ajv';
import glob from 'fast-glob';

/**
Expand Down

0 comments on commit 0f67f08

Please sign in to comment.