We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9775906 commit adabd2cCopy full SHA for adabd2c
test/review.test.ts
@@ -1,6 +1,5 @@
1
import { prismaMock } from './singleton';
2
import reviewService from '../src/service/reviewService';
3
-import worryService from '../src/service/worryService';
4
5
// valid한 worryId == 1
6
beforeEach(async () => {
test/worry.test.ts
@@ -1,5 +1,4 @@
-import worryService from "../src/service/worryService";
import { worryCreateDTO } from "../src/interfaces/DTO/worryDTO";
import { worryCreateDAO } from "../src/interfaces/DAO/worryDAO";
0 commit comments