Skip to content

Commit

Permalink
Merge pull request #165 from boostcampwm2023/feature-be-#141
Browse files Browse the repository at this point in the history
[BE]feat#141 1๋ฒˆ ์ฑ„์ ์ด ๊ฐ€๋Šฅํ•˜๋‹ค
  • Loading branch information
flydog98 authored Nov 28, 2023
2 parents 83bc962 + a8c5bcc commit 604ddfb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/backend/src/quiz-wizard/tests/1.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { isDirectoryExist } from './test.module';

const containerId = process.argv[3];

describe('QuizWizardService', () => {
it('should be true', async () => {
expect(await isDirectoryExist(containerId, '.git')).toBe(true);
});
});

0 comments on commit 604ddfb

Please sign in to comment.