-
Alexandre Vandekerkhove authoredAlexandre Vandekerkhove authored
KanbanApplicationTests.java 223 B
package fr.lille.ippon.challenge.kanban;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class KanbanApplicationTests {
@Test
void contextLoads() {
}
}