package com.pt; | |
import org.junit.jupiter.api.Test; | |
import org.springframework.boot.test.context.SpringBootTest; | |
import org.springframework.test.context.ContextConfiguration; | |
@SpringBootTest | |
@ContextConfiguration(classes = BackendApplication.class) | |
class BackendApplicationTests { | |
@Test | |
void contextLoads() { | |
} | |
} |