zulip/frontend_tests
Priyank 26d8d98319 frontend_tests: Add prefer-const rule.
This rule checks for use of const wherever needed, currently does
nothing since we don't use `let`, instead we use `var`. This rule
can be used to use refactor a file to use const easily by replaceing
var with let using a editor and then by running
`./node_modules/.bin/eslint frontend_tests --fix --cache`. And then revert
those `let`'s back to `var`.
2018-04-17 12:56:25 -04:00
..
casper_lib hotkeys: Replace C with x for composing PM. 2018-04-01 16:13:05 -07:00
casper_tests custom fields: Clean custom fields to use existing defined function. 2018-04-12 09:40:09 -07:00
node_tests node_test: Convert function to arrow function where needed. 2018-04-17 12:56:25 -04:00
zjsunit zjquery: Add replaceWith() and selector.location. 2018-04-13 09:13:50 -07:00
.eslintrc.json frontend_tests: Add prefer-const rule. 2018-04-17 12:56:25 -04:00
run-casper casper tests: Show the server output inline. 2018-01-16 13:25:19 -05:00