Skip to content

Commit

Permalink
test: 테스트 전 redis를 모두 비우도록 변경 #382
Browse files Browse the repository at this point in the history
  • Loading branch information
HyoJongPark committed Feb 6, 2024
1 parent b53e776 commit 6860975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/test/tags/tags.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ describe('TagsController (e2e)', () => {
};

beforeAll(async () => {
await redis.flushall();

const module: TestingModule = await Test.createTestingModule({
imports: [AppModule],
})
Expand Down

0 comments on commit 6860975

Please sign in to comment.