Add integration tests for nested comments and reactions

This commit is contained in:
Tim
2025-06-30 20:59:28 +08:00
parent d878f32fdb
commit 6df67fa91c
3 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=create-drop
resend.api.key=dummy
app.jwt.secret=TestSecret
app.jwt.expiration=3600000