mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
tests: Delete unnecessary describe()
wrapper
This commit is contained in:
parent
dbe9151d89
commit
4829bb8962
1 changed files with 247 additions and 249 deletions
|
@ -93,7 +93,6 @@ describe(__filename, function() {
|
|||
let agent;
|
||||
before(async function() { agent = await common.init(); });
|
||||
|
||||
describe('socket.io access checks', function() {
|
||||
let authorize;
|
||||
let authorizeHooksBackup;
|
||||
const cleanUpPads = async () => {
|
||||
|
@ -353,5 +352,4 @@ describe(__filename, function() {
|
|||
assert.equal(message.accessStatus, 'deny');
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue