source:
src/test/java/com/project/beautycenter/BeautycenterApplicationTests.java@
850b344
Last change on this file since 850b344 was 850b344, checked in by , 2 years ago | |
---|---|
|
|
File size: 231 bytes |
Line | |
---|---|
1 | package com.project.beautycenter; |
2 | |
3 | import org.junit.jupiter.api.Test; |
4 | import org.springframework.boot.test.context.SpringBootTest; |
5 | |
6 | @SpringBootTest |
7 | class BeautycenterApplicationTests { |
8 | |
9 | @Test |
10 | void contextLoads() { |
11 | } |
12 | |
13 | } |
Note:
See TracBrowser
for help on using the repository browser.