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

@ -11,6 +11,9 @@
"serve": {
"cache": false
},
"test:unit": {
"cache": false
},
"test:e2e": {
"cache": false
},