We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c862c commit bb51ac0Copy full SHA for bb51ac0
packages/openapi-typescript/test/yaml.test.ts
@@ -87,13 +87,9 @@ export interface operations {
87
});
88
89
test("not ignore path item components in paths", async () => {
90
- const result = await execa(
91
- cmd,
92
- ["./test/fixtures/path-item-components.yaml"],
93
- {
94
- cwd,
95
- }
96
- );
+ const result = await execa(cmd, ["./test/fixtures/path-item-components.yaml"], {
+ cwd,
+ });
97
expect(result.stdout).toBe(`/**
98
* This file was auto-generated by openapi-typescript.
99
* Do not make direct changes to the file.
0 commit comments