Files
dashboard/src/test/java/de/wundenbergs/projektverwaltung/ProjektverwaltungApplicationTests.java
2025-11-07 20:20:48 +01:00

14 lines
235 B
Java

package de.wundenbergs.projektverwaltung;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ProjektverwaltungApplicationTests {
@Test
void contextLoads() {
}
}