We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31209a3 commit 892d4a2Copy full SHA for 892d4a2
__tests__/functions/json-validator.test.js
@@ -490,7 +490,7 @@ test('successfully validates a json file with a schema containing a custom ajv f
490
})
491
492
493
-test('fails to validate a json file with a schema containing a custom ajv format when custom format was not added', async () => {
+test('fails to validate a json file with a schema containing a custom ajv format when custom format added', async () => {
494
process.env.INPUT_JSON_SCHEMA =
495
'__tests__/fixtures/schemas/schema_with_custom_ajv_regexp_format.json'
496
process.env.INPUT_FILES =
0 commit comments