1/* 2* load-yaml-schema-schema.test.ts 3* 4* Copyright (C) 2022 Posit Software, PBC 5* 6*/ 7 8// import { getSchemaSchemas } from "../../../src/core/schema/yaml-schema-schema.ts"; 9// import { test } from "../../test.ts"; 10 11// test({ 12// verify: [], 13// "type": "smoke", 14// name: "yaml schema schema loads", 15// context: {}, 16// execute: async () => { 17// getSchemaSchemas(); 18// } 19// }); 20 21