| 1 | // TODO: clean up these deep relative paths? jsconfig.json is not working... |
| 2 | const LOG_LEVEL = require('../../../../server/config/globals.js').LOG_LEVEL; |
| 3 | const ServerTimer = require('../../../../server/modules/ServerTimer.js'); |
| 4 | const logger = require('../../../../server/modules/Logger.js')(LOG_LEVEL.DEBUG); |
nothing calls this directly
no test coverage detected