Skip to content

Commit 0237d86

Browse files
committed
Remove testcasesApi
1 parent 7054696 commit 0237d86

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

backend/code-execution-service/tests/codeExecutionRoutes.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jest.mock("../src/utils/questionApi", () => ({
1818
},
1919
}));
2020

21-
jest.mock("../src/utils/testCasesApi", () => ({
22-
testCasesApi: jest.fn(),
23-
}));
24-
2521
describe("Code execution routes", () => {
2622
beforeEach(() => {
2723
jest.clearAllMocks();

0 commit comments

Comments
 (0)