We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48263cc commit 78a9c2bCopy full SHA for 78a9c2b
1 file changed
README.md
@@ -121,7 +121,7 @@ npm run format # Prettier 자동 포맷
121
122
- 테스트
123
```bash
124
-npm test # Jest 테스트 실행
+npm test # Jest 유닛 테스트 실행
125
```
126
127
- CI/CD
@@ -132,5 +132,5 @@ npm test # Jest 테스트 실행
132
133
3️⃣ `npm run build` TypeScript build
134
135
- 4️⃣ `npm test` Jest 테스트
+ 4️⃣ `npm test` Jest 유닛 테스트
136
0 commit comments