Skip to content

Commit bb51ac0

Browse files
committed
lint code
1 parent e2c862c commit bb51ac0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

packages/openapi-typescript/test/yaml.test.ts

+3-7
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,9 @@ export interface operations {
8787
});
8888

8989
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-
);
90+
const result = await execa(cmd, ["./test/fixtures/path-item-components.yaml"], {
91+
cwd,
92+
});
9793
expect(result.stdout).toBe(`/**
9894
* This file was auto-generated by openapi-typescript.
9995
* Do not make direct changes to the file.

0 commit comments

Comments
 (0)