mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Converted more tests.
This commit is contained in:
parent
154e67315c
commit
fa5e2357b7
26 changed files with 172 additions and 78 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue