mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-12-16 23:01:00 +01:00
tests: Delete unnecessary describe() wrapper
This commit is contained in:
parent
dbe9151d89
commit
4829bb8962
@ -93,7 +93,6 @@ describe(__filename, function() {
|
|||||||
let agent;
|
let agent;
|
||||||
before(async function() { agent = await common.init(); });
|
before(async function() { agent = await common.init(); });
|
||||||
|
|
||||||
describe('socket.io access checks', function() {
|
|
||||||
let authorize;
|
let authorize;
|
||||||
let authorizeHooksBackup;
|
let authorizeHooksBackup;
|
||||||
const cleanUpPads = async () => {
|
const cleanUpPads = async () => {
|
||||||
@ -354,4 +353,3 @@ describe(__filename, function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user