Files
backend-springboot/src/test/java/com/safeqr/app/SafeQrAppApplicationTests.java
heyethereum 29e0958635 first commit
2024-06-17 16:47:30 +08:00

14 lines
209 B
Java

package com.safeqr.app;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SafeQrAppApplicationTests {
@Test
void contextLoads() {
}
}