From 381f70bcc764053bc08f3c57ff7624905be44b3d Mon Sep 17 00:00:00 2001 From: Daan Vanden Bosch Date: Tue, 23 Mar 2021 17:14:45 +0100 Subject: [PATCH] Fixed error in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1faec076..3bef846c 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Web GUI toolkit used by Phantasmal World. ### Unit Tests -Run the unit tests with `./gradlew test`. JS tests are run with Karma and Mocha, JVM tests with +Run the unit tests with `./gradlew check`. JS tests are run with Karma and Mocha, JVM tests with Junit 5. ### Code Style and Formatting