Skip to content

Commit a9cb2f8

Browse files
committed
_
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 0f35aa7 commit a9cb2f8

File tree

45 files changed

+0
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+0
-91
lines changed

tests/extended.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import * as fs from "node:fs/promises";
22
import * as os from "node:os";
33
import * as path from "node:path";
4-
54
import { afterAll, beforeAll, describe, expect, test } from "vitest";
6-
75
import { generateApi } from "../src/index.js";
86
import { collectAllSchemas } from "./utils.js";
97

tests/simple.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import * as fs from "node:fs/promises";
22
import * as os from "node:os";
33
import * as path from "node:path";
4-
54
import { afterAll, beforeAll, describe, expect, test } from "vitest";
6-
75
import { generateApi } from "../src/index.js";
86
import { collectAllSchemas } from "./utils.js";
97

tests/spec/additional-properties-2.0/basic.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import * as fs from "node:fs/promises";
22
import * as os from "node:os";
33
import * as path from "node:path";
4-
54
import { afterAll, beforeAll, describe, expect, test } from "vitest";
6-
75
import { generateApi } from "../../../src/index.js";
86

97
describe("basic", async () => {

tests/spec/another-array-type/basic.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import * as fs from "node:fs/promises";
22
import * as os from "node:os";
33
import * as path from "node:path";
4-
54
import { afterAll, beforeAll, describe, expect, test } from "vitest";
6-
75
import { generateApi } from "../../../src/index.js";
86

97
describe("basic", async () => {

tests/spec/another-query-params/basic.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import * as fs from "node:fs/promises";
22
import * as os from "node:os";
33
import * as path from "node:path";
4-
54
import { afterAll, beforeAll, describe, expect, test } from "vitest";
6-
75
import { generateApi } from "../../../src/index.js";
86

97
describe("basic", async () => {

tests/spec/axios/basic.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import * as fs from "node:fs/promises";
22
import * as os from "node:os";
33
import * as path from "node:path";
4-
54
import { afterAll, beforeAll, describe, expect, test } from "vitest";
6-
75
import { generateApi } from "../../../src/index.js";
86

97
describe("basic", async () => {

tests/spec/axiosSingleHttpClient/basic.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import * as fs from "node:fs/promises";
22
import * as os from "node:os";
33
import * as path from "node:path";
4-
54
import { afterAll, beforeAll, describe, expect, test } from "vitest";
6-
75
import { generateApi } from "../../../src/index.js";
86

97
describe("basic", async () => {

tests/spec/const-keyword/basic.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import * as fs from "node:fs/promises";
22
import * as os from "node:os";
33
import * as path from "node:path";
4-
54
import { afterAll, beforeAll, describe, expect, test } from "vitest";
6-
75
import { generateApi } from "../../../src/index.js";
86

97
describe("basic", async () => {

tests/spec/custom-extensions/basic.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import * as fs from "node:fs/promises";
22
import * as os from "node:os";
33
import * as path from "node:path";
4-
54
import { afterAll, beforeAll, describe, expect, test } from "vitest";
6-
75
import { generateApi } from "../../../src/index.js";
86

97
describe("basic", async () => {

tests/spec/defaultAsSuccess/basic.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import * as fs from "node:fs/promises";
22
import * as os from "node:os";
33
import * as path from "node:path";
4-
54
import { afterAll, beforeAll, describe, expect, test } from "vitest";
6-
75
import { generateApi } from "../../../src/index.js";
86

97
describe("basic", async () => {

0 commit comments

Comments
 (0)