diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-05-10 14:22:53 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-05-10 14:22:53 +0200 |
| commit | 6e06fa744d3f5f35b85ef1479b316d13413919e9 (patch) | |
| tree | 8d188ac8fdaf8e6874214b3f7c7a47ab7b57e368 /build.gradle.kts | |
| parent | 3cd70b1b1e262af80f48cc56c56b666d9c30a565 (diff) | |
| download | Firmament-6e06fa744d3f5f35b85ef1479b316d13413919e9.tar.gz Firmament-6e06fa744d3f5f35b85ef1479b316d13413919e9.tar.bz2 Firmament-6e06fa744d3f5f35b85ef1479b316d13413919e9.zip | |
test: Switch to kotest & test mixins
Diffstat (limited to 'build.gradle.kts')
| -rw-r--r-- | build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 6979466..e435a9e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -317,8 +317,8 @@ dependencies { } - testImplementation("io.kotest:kotest-runner-junit5:6.0.0.M1") - testAgent(project(":testagent", configuration = "shadow")) + testImplementation("net.fabricmc:fabric-loader-junit:${libs.versions.fabric.loader.get()}") + testAgent(files(tasks.getByPath(":testagent:jar"))) implementation(projects.symbols) ksp(projects.symbols) |
