diff --git a/tools/test-schema/negative_test/molecule/platforms_children/molecule.yml.md b/tools/test-schema/negative_test/molecule/platforms_children/molecule.yml.md index d413bdba40..d23b108a8a 100644 --- a/tools/test-schema/negative_test/molecule/platforms_children/molecule.yml.md +++ b/tools/test-schema/negative_test/molecule/platforms_children/molecule.yml.md @@ -19,6 +19,7 @@ stdout: ```json + ``` stderr: diff --git a/tools/test-schema/negative_test/molecule/platforms_networks/molecule.yml.md b/tools/test-schema/negative_test/molecule/platforms_networks/molecule.yml.md index e3619cd329..0875d12c6d 100644 --- a/tools/test-schema/negative_test/molecule/platforms_networks/molecule.yml.md +++ b/tools/test-schema/negative_test/molecule/platforms_networks/molecule.yml.md @@ -28,6 +28,7 @@ stdout: ```json + ``` stderr: diff --git a/tools/test-schema/src/schema.spec.ts b/tools/test-schema/src/schema.spec.ts index 8794b44ece..f91f7c2ee9 100644 --- a/tools/test-schema/src/schema.spec.ts +++ b/tools/test-schema/src/schema.spec.ts @@ -47,7 +47,9 @@ console.log(`Schemas: ${schema_files}`); describe("schemas under f/", function () { schema_files.forEach((schema_file) => { - const schema_json = JSON.parse(fs.readFileSync(`${schema_path}${schema_file}`, "utf8")); + const schema_json = JSON.parse( + fs.readFileSync(`${schema_path}${schema_file}`, "utf8") + ); ajv.addSchema(schema_json); const validator = ajv.compile(schema_json); if (schema_json.examples == undefined) { diff --git a/tools/test-schema/test/molecule/cluster/molecule.yml.md b/tools/test-schema/test/molecule/cluster/molecule.yml.md index c39743c725..7b85f0af38 100644 --- a/tools/test-schema/test/molecule/cluster/molecule.yml.md +++ b/tools/test-schema/test/molecule/cluster/molecule.yml.md @@ -3,6 +3,7 @@ stdout: ```json + ``` stderr: diff --git a/tools/test-schema/test/molecule/default/molecule.yml.md b/tools/test-schema/test/molecule/default/molecule.yml.md index c39743c725..7b85f0af38 100644 --- a/tools/test-schema/test/molecule/default/molecule.yml.md +++ b/tools/test-schema/test/molecule/default/molecule.yml.md @@ -3,6 +3,7 @@ stdout: ```json + ``` stderr: diff --git a/tools/test-schema/test/molecule/vagrant/molecule.yml.md b/tools/test-schema/test/molecule/vagrant/molecule.yml.md index c39743c725..7b85f0af38 100644 --- a/tools/test-schema/test/molecule/vagrant/molecule.yml.md +++ b/tools/test-schema/test/molecule/vagrant/molecule.yml.md @@ -3,6 +3,7 @@ stdout: ```json + ``` stderr: