feat: add unit tests

This commit is contained in:
Kim, Jimin 2023-07-30 16:01:08 +09:00
parent 9e58978b4d
commit 7cbb07fd67
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
7 changed files with 1734 additions and 11 deletions

View file

@ -48,7 +48,10 @@ jobs:
- name: Build
run: pnpm build
- name: Run tests
- name: Run unit tests
run: pnpm test:unit
- name: Run E2E tests
run: pnpm test:e2e
- uses: actions/upload-artifact@v3