Skip to content

Commit

Permalink
Remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emortaldev committed Mar 16, 2024
1 parent 1e0a034 commit 3447c94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ dependencies {

tasks {

test {
useJUnitPlatform()
}
// test {
// useJUnitPlatform()
// }

named<ShadowJar>("shadowJar") {
archiveBaseName.set(project.name)
Expand Down
3 changes: 2 additions & 1 deletion src/test/java/dev/emortal/nbstom/NBSTests.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package dev.emortal.nbstom;

/*
import net.kyori.adventure.audience.Audience;
import net.minestom.server.timer.TaskSchedule;
import net.minestom.testing.Env;
Expand Down Expand Up @@ -34,3 +34,4 @@ public void readAndPlay(Env env) throws IOException, InterruptedException {
}
}
*/

0 comments on commit 3447c94

Please sign in to comment.