etherpad-lite/tests/frontend
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
..
helper tests: 10 sec maximum wait time for timeslider (#4430) 2020-10-23 12:43:38 +01:00
lib tests: Fix frontend tests (#4188), ugly work around for "Pad never loaded" (#4200) 2020-07-28 19:57:33 +01:00
specs lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
travis tests: Switch from Travis to Github Actions 2020-11-24 18:12:41 +00:00
helper.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
index.html tests: refactor some frontend tests (#4408) 2020-10-21 18:43:17 +01:00
runner.css tests: CSS frontend runner (#4081) 2020-06-04 17:03:25 +01:00
runner.js tests: Fix frontend tests (#4188), ugly work around for "Pad never loaded" (#4200) 2020-07-28 19:57:33 +01:00