refactor: rename java_unit_tests command & test runner file

This commit is contained in:
Erisu
2021-07-27 14:55:46 +09:00
parent bbc9bcae14
commit f3e98c8651
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const fs = require('fs-extra');
const path = require('path');
/**
* This script is to be run manually (e.g. by npm run clean:java-unit-tests) if
* This script is to be run manually (e.g. by npm run clean:java-tests) if
* you want to upgrade gradlew or test its proper generation.
*/