etherpad-lite/tests/backend/specs
Richard Hansen 7df3ded66f lint: Put opening brace on same line as function
Normally I would let `eslint --fix` do this for me, but there's a bug
that causes:

    const x = function ()
    {
      // ...
    };

to become:

    const x = ()
    => {
      // ...
    };

which ESLint thinks is a syntax error. (It probably is; I don't know
enough about the automatic semicolon insertion rules to be confident.)
2020-11-24 20:06:12 +00:00
..
api lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
caching_middleware.js minify: Fix gzip not triggered for packages (#4491) 2020-11-22 09:23:33 +00:00
contentcollector.js tests: Include the filename in the test output 2020-10-14 11:16:39 +01:00
hooks.js plugins: Fix plugin name in error messages 2020-11-13 20:30:27 +00:00
promises.js tests: Include the filename in the test output 2020-10-14 11:16:39 +01:00
socketio.js tests: Clear auth hooks before running socket.io unit tests 2020-10-29 18:53:10 -04:00
specialpages.js bugfix: Fix bad paren placement in /javascript handler (#4496) 2020-11-19 08:19:13 +00:00
webaccess.js webaccess: Be extra paranoid about nullish password 2020-11-04 18:06:08 +00:00