From c96730f335539c52ae0643daeeaa72f2e0f2118d Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Tue, 12 Sep 2023 22:42:44 -0600 Subject: [PATCH] update acceptance test --- docs/acceptance-test-results.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/acceptance-test-results.txt b/docs/acceptance-test-results.txt index dee54ef..92060c7 100644 --- a/docs/acceptance-test-results.txt +++ b/docs/acceptance-test-results.txt @@ -4,6 +4,7 @@ package-lock.json is valid package.json is valid dist/schema.json is valid skipping due to exclude match: tmp/invalid.json +skipping due to exclude match: __tests__/fixtures/schemas/challenge.json skipping due to exclude match: __tests__/fixtures/schemas/schema1.json skipping due to exclude match: __tests__/fixtures/schemas/schema2.json skipping due to exclude match: __tests__/fixtures/json/invalid/json1.json @@ -26,6 +27,7 @@ skipping due to exclude match: tmp/invalid.yaml .github/workflows/test.yml is valid skipping due to exclude match: __tests__/fixtures/schemas/schema1.yaml skipping due to exclude match: __tests__/fixtures/schemas/schema2.yml +skipping due to exclude match: __tests__/fixtures/real_world/challenges/challenge.yml skipping due to exclude match: __tests__/fixtures/yaml/invalid/skip-bad.yaml skipping due to exclude match: __tests__/fixtures/yaml/invalid/yaml1.yaml skipping due to exclude match: __tests__/fixtures/yaml/mixture/yaml1.yaml