Converted more tests.

This commit is contained in:
SamTV12345 2024-08-17 16:46:29 +02:00
parent 154e67315c
commit fa5e2357b7
26 changed files with 172 additions and 78 deletions

View file

@ -22,9 +22,9 @@
import {MapArrayType} from "../types/MapType";
import {SocketModule} from "../types/SocketModule";
const log4js = require('log4js');
import log4js from 'log4js';
import settings from '../utils/Settings';
const stats = require('../../node/stats')
import stats from '../../node/stats';
const logger = log4js.getLogger('socket.io');