Skip to content

Commit

Permalink
Skip postman-collection.schema test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jun 30, 2020
1 parent c9bf90f commit dc99841
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/languages.ts
Expand Up @@ -352,7 +352,11 @@ export const GoLanguage: Language = {
"github-events.json",
],
skipMiscJSON: false,
skipSchema: [],
skipSchema: [
// can't differenciate empty array and nothing for optional empty array
// (omitempty).
"postman-collection.schema",
],
rendererOptions: {},
quickTestRendererOptions: [],
sourceFiles: ["src/language/Golang.ts"],
Expand Down

0 comments on commit dc99841

Please sign in to comment.