[+] Maimai2 play simulation testing

This commit is contained in:
Azalea
2024-03-26 20:49:40 -04:00
parent d533df52de
commit df9ab3250c
3 changed files with 378 additions and 14 deletions

View File

@@ -91,6 +91,10 @@ dependencies {
// Serialization
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
// Testing
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.8.1")
testImplementation("io.kotest:kotest-assertions-core")
}
group = "icu.samnya"