John McLear
915849b319
Low hanging lint frontend tests ( #4695 )
...
* lint: low hanging specs/alphabet.js
* lint: low hanging specs/authorship_of_editions.js
* lint: low hanging specs/bold.js
* lint: low hanging specs/caret.js
* lint: low hanging specs/change_user_color.js
* lint: low hanging specs/change_user_name.js
* lint: low hanging specs/chat.js
* lint: low hanging specs/chat_load_messages.js
* lint: low hanging specs/clear_authorship_colors.js
* lint: low hanging specs/delete.js
* lint: low hanging specs/drag_and_drop.js
* lint: low hanging specs/embed_value.js
* lint: low hanging specs/enter.js
* lint: low hanging specs/font_type.js
* lint: low hanging specs/helper.js
* lint: low hanging specs/importexport.js
* lint: low hanging specs/importindents.js
* lint: low hanging specs/indentation.js
* lint: low hanging specs/italic.js
* lint: low hanging specs/language.js
* lint: low hanging specs/multiple_authors_clear_authorship_colors.js
* lint: low hanging specs/ordered_list.js
* lint: low hanging specs/pad_modal.js
* lint: low hanging specs/redo.js
* lint: low hanging specs/responsiveness.js
* lint: low hanging specs/select_formatting_buttons.js
* lint: low hanging specs/strikethrough.js
* lint: low hanging specs/timeslider.js
* lint: low hanging specs/timeslider_labels.js
* lint: low hanging specs/timeslider_numeric_padID.js
* lint: low hanging specs/timeslider_revisions.js
* lint: low hanging specs/undo.js
* lint: low hanging specs/unordered_list.js
* lint: low hanging specs/xxauto_reconnect.js
* lint: attempt to do remote_runner.js
* lint: helper linting
* lint: rate limit linting
* use constructor for Event to make eslint happier
* for squash: lint fix refinements
* for squash: lint fix refinements
Co-authored-by: Richard Hansen <rhansen@rhansen.org>
2021-02-01 20:23:14 +00:00
Richard Hansen
b8d07a42eb
lint: Run `eslint --fix` on `bin/` and `tests/`
2020-11-24 20:06:12 +00:00
webzwo0i
b7dff552f0
cruft: Remove unecessary consolelogs ( #4141 )
2020-06-27 20:12:06 +01:00
John McLear
675c839d92
tests: use helper for evttype to reduce duplicate code
2020-03-24 23:24:38 +01:00
John McLear
58e1e2d16f
tests: hopefully fixed all tests to be working in edge
2020-03-24 23:24:38 +01:00
muxator
04e9fc3a2f
formatting: bulk remove trailing whitespaces on frontend tests
...
This is a followup on 312c72c364
, which did the same on the main code base,
and is preliminary work for tidying up John's changes in the following commits.
No functional changes.
Command:
find tests/frontend -name '*.js' -type f -print0 | xargs -0 sed --in-place 's/[[:space:]]*$//'
2020-03-24 23:24:38 +01:00
John McLear
26a1584470
fix tests w/ new context
2015-01-21 15:21:15 +00:00
John McLear
cbeb464358
ie now uses keydown
2015-01-21 01:16:12 +00:00
John McLear
936e92e044
fix tests in FF
2014-11-27 23:48:14 +00:00
John McLear
47029f2e6b
diable caret tests for now
2014-11-27 23:10:40 +00:00
John McLear
617514b335
mst tests still brkoen but it runs
2014-11-27 17:12:24 +00:00
John McLear
11341eb095
add a test to show weird behavior
2013-03-19 12:52:14 +00:00
John McLear
13ee96dce0
more tests but still fundamental flaw with arrow keys
2013-03-18 22:14:41 +00:00
John McLear
ee6a7d0b0c
most test pass but important ones failed
2013-03-18 22:09:51 +00:00
John McLear
fb9d46fc51
document the required tests
2013-03-18 20:08:58 +00:00
John McLear
99ac407f08
working caret position function
2013-03-17 23:16:23 +00:00
John McLear
81f0ef73ab
beginning of FE tests for caret tracking which is easily broken when you add weird line heights to pads
2013-03-17 22:15:18 +00:00