mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
test info in README, add verbose test option
This commit is contained in:
@@ -15,7 +15,9 @@ var request = require("request");
|
||||
config.http_timeout *= 3;
|
||||
|
||||
// no spam
|
||||
//logging.log = function() {};
|
||||
if (!process.env.VERBOSE_TEST !== "true") {
|
||||
logging.log = function() {};
|
||||
}
|
||||
|
||||
var uuids = fs.readFileSync("test/uuids.txt").toString().split(/\r?\n/);
|
||||
var names = fs.readFileSync("test/usernames.txt").toString().split(/\r?\n/);
|
||||
|
||||
Reference in New Issue
Block a user