mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Removed comments in settings test. (#6431)
* Removed comments in settings test. * Fixed admin tests.
This commit is contained in:
parent
5cbf644f83
commit
94985923a7
6 changed files with 8 additions and 681 deletions
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
const DB = require('./DB');
|
||||
const Store = require('express-session').Store;
|
||||
const Store = require('@etherpad/express-session').Store;
|
||||
const log4js = require('log4js');
|
||||
const util = require('util');
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import cookieParser from 'cookie-parser';
|
|||
import events from 'events';
|
||||
import express from 'express';
|
||||
// @ts-ignore
|
||||
import expressSession from 'express-session';
|
||||
import expressSession from '@etherpad/express-session';
|
||||
import fs from 'fs';
|
||||
const hooks = require('../../static/js/pluginfw/hooks');
|
||||
import log4js from 'log4js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue