Skip to content

Commit 3937ed3

Browse files
committed
chore: remove commented out code
1 parent 4e74447 commit 3937ed3

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

apps/api/src/course-pack/tests/course-pack.service.spec.ts

-13
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,6 @@ describe("CoursePackService", () => {
6666
});
6767
});
6868

69-
// describe("findAll", () => {
70-
// // TODO
71-
// // 这里需要测试 是否可以返回个人私有的课程包
72-
// it("should return an array of course packs", async () => {
73-
// await insertCoursePack(db);
74-
// await insertCoursePack(db);
75-
76-
// const result = await coursePackService.findAllPublicCoursePacks();
77-
78-
// expect(result.length).toBe(2);
79-
// });
80-
// });
81-
8269
describe("findOne", () => {
8370
it("should return a course pack for a valid ID", async () => {
8471
const coursePackEntity = await insertCoursePack(db);

0 commit comments

Comments
 (0)