File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
tests/unit/schema-validation Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 5151 . forSchemaPathToEndWith ( "required" ) ) ;
5252} ) ;
5353
54- // deno-lint-ignore require-await
5554yamlValidationUnitTest ( "schema-narrowing" , async ( ) => {
5655 const _s1 = schemaFromString ( `
5756id: navigation-item-test-1
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import {
1616} from "../../../src/core/lib/yaml-schema/common.ts" ;
1717import { readAndValidateYamlFromFile } from "../../../src/core/schema/validated-yaml.ts" ;
1818import { expandGlobSync } from "fs/expand_glob.ts" ;
19- import { resolveSchema } from "../../../src/core/lib/yaml-validation/resolve.ts" ;
2019import { readAndValidateYamlFromMappedString } from "../../../src/core/lib/yaml-schema/validated-yaml.ts" ;
2120import { asMappedString } from "../../../src/core/lib/mapped-text.ts" ;
2221
You can’t perform that action at this time.
0 commit comments