chore: re-add oas tests for generated OAS (#9036)
* chore: re-add oas tests for generated OAS * test fix
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user