mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
Converted more tests.
This commit is contained in:
parent
154e67315c
commit
fa5e2357b7
26 changed files with 172 additions and 78 deletions
|
@ -36,8 +36,8 @@ const plugins = require('../../static/js/pluginfw/plugin_defs');
|
|||
import log4js from 'log4js';
|
||||
const messageLogger = log4js.getLogger('message');
|
||||
const accessLogger = log4js.getLogger('access');
|
||||
const hooks = require('../../static/js/pluginfw/hooks');
|
||||
const stats = require('../stats')
|
||||
const hooks = require('../../static/js/pluginfw/hooks.js');
|
||||
import stats from '../stats';
|
||||
const assert = require('assert').strict;
|
||||
import {RateLimiterMemory} from 'rate-limiter-flexible';
|
||||
import {ChangesetRequest, PadUserInfo, SocketClientRequest} from "../types/SocketClientRequest";
|
||||
|
|
|
@ -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