From 88cb91de477abf0a304e900acff197933e580831 Mon Sep 17 00:00:00 2001 From: Parkjyun Date: Tue, 28 May 2024 19:55:04 +0900 Subject: [PATCH] =?UTF-8?q?[feat]=206=EC=A3=BC=EC=B0=A8=20=EA=B3=BC?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/WEEK6.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/WEEK6.md diff --git a/docs/WEEK6.md b/docs/WEEK6.md new file mode 100644 index 0000000..2d3142f --- /dev/null +++ b/docs/WEEK6.md @@ -0,0 +1,6 @@ +## 6주차 과제 + +[PR](https://github.com/Parkjyun/NewSnack-Server/pull/58) + +- controller, service, repository 단위테스트 작성 완료 +- 연습을 위한 ArticleControllerTestV2 작성