etherpad-lite/tests/backend/specs/api
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.js tests: Include the filename in the test output 2020-10-14 11:16:39 +01:00
characterEncoding.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
chat.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
emojis.html lint: Convert CR+LF line endings to LF 2020-11-24 20:06:12 +00:00
fuzzImportTest.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
image.png tests: fuzzing, binary imports 2020-06-01 17:26:55 +01:00
importexport.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
importexportGetPost.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
instance.js tests: Include the filename in the test output 2020-10-14 11:16:39 +01:00
pad.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
sessionsAndGroups.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
test.doc tests: fuzzing, binary imports 2020-06-01 17:26:55 +01:00
test.docx WIP - Test Coverage: Import & Export include LibreOffice Test Coverage (#4163) 2020-07-14 18:44:53 +01:00
test.etherpad tests and bugfix: test coverage and fix for 4165 - bad HTML export of list items (#4180) 2020-07-19 16:31:13 +01:00
test.odt WIP - Test Coverage: Import & Export include LibreOffice Test Coverage (#4163) 2020-07-14 18:44:53 +01:00
test.pdf Bugfix / tests: Travis use LibreOffice PPA and fix import /export tests for good. (#4166) 2020-07-16 10:46:45 +01:00
test.txt tests: fuzzing, binary imports 2020-06-01 17:26:55 +01:00
tidy.js tests: Include the filename in the test output 2020-10-14 11:16:39 +01:00