chore: re-add oas tests for generated OAS (#9036)

* chore: re-add oas tests for generated OAS

* test fix
This commit is contained in:
Shahed Nasser
2024-09-07 08:01:22 +02:00
committed by GitHub
parent 7a80593b68
commit cf387aafa2
3 changed files with 45 additions and 47 deletions
@@ -208,7 +208,7 @@ describe("command docs", () => {
configFile = path.resolve(outDir, "redocly-config.json")
await writeJson(configFile, config)
configYamlFile = path.resolve(outDir, "redocly-config.yaml")
await writeYaml(configYamlFile, config)
await writeYaml(configYamlFile, JSON.stringify(config))
})
it("should fail with unhandled circular reference", async () => {