Files
timekeep-backend/src/test/java/de/pnreichmuth/timekeep_backend/TimekeepBackendApplicationTests.java
2025-10-08 16:39:56 +02:00

9 lines
163 B
Java

package de.pnreichmuth.timekeep_backend;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TimekeepBackendApplicationTests {
}