Open noobyco opened 1 year ago
/src/main/java/com/onlineportal/app/portfolio_pkg/PortfolioWebsiteApplication.java
import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest class PortfolioWebsiteApplicationTests {
@Test void contextLoads() { }
}
<br> - Remove the test directory/folder at location `/src/test`
We don't need test cases so we nedda remove them, & make the folder structure less scary 😅
Tasks
/src/main/java/com/onlineportal/app/portfolio_pkg/PortfolioWebsiteApplication.java
@SpringBootTest class PortfolioWebsiteApplicationTests {
}