12 lines
215 B
Java
12 lines
215 B
Java
package enseirb.myinpulse;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
@SpringBootTest
|
|
class MyinpulseApplicationTests {
|
|
|
|
@Test
|
|
void contextLoads() {}
|
|
}
|