mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
lint: Re-run eslint --fix
This commit is contained in:
parent
30eadad79d
commit
59c03bde20
6 changed files with 6 additions and 8 deletions
|
@ -55,5 +55,4 @@ describe(__filename, function () {
|
|||
}
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
@ -87,7 +87,6 @@ describe('Chat messages and UI', function () {
|
|||
|
||||
xit('Checks showChat=false URL Parameter hides chat then' +
|
||||
' when removed it shows chat', async function () {
|
||||
|
||||
// give it a second to save the username on the server side
|
||||
await new Promise((resolve) => setTimeout(resolve, 3000));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue