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

@@ -39,6 +39,11 @@
<artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>