Skip to content

Commit acd10d5

Browse files
committed
remove only on test
1 parent 8abacad commit acd10d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-typescript/test/components-object.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ describe("Components Object", () => {
236236
}`);
237237
});
238238
});
239-
describe.only("excludeDeprecated", () => {
239+
describe("excludeDeprecated", () => {
240240
test("true", () => {
241241
const schema: ComponentsObject = {
242242
schemas: {

0 commit comments

Comments
 (0)