thelounge/test
Al McKinlay 5ce67ba093 Insert channel/user into channel list at alphabetically sorted point, not just the end
Don't sort queries/users after special chans


Set all users in tests to be of type query


Add test for not inserting infront of lobby


Break after finding the index, otherwise it always adds it to the end


Add checking for lobby in first test


Fix off-by-one error on the frontend


Fix utterly idiotic issue adding a duplicate of the channel we are on rather than the new user when we query


Check that we always insert before first special chan
2018-03-12 12:42:59 +00:00
..
client Enable in-browser run of client testing 2018-02-23 23:52:36 -05:00
commands Enable no-var rule 2018-02-19 19:49:39 +02:00
fixtures Add message indexing 2018-03-08 20:23:29 +02:00
models Insert channel/user into channel list at alphabetically sorted point, not just the end 2018-03-12 12:42:59 +00:00
plugins Close sqlite database when user quits 2018-03-11 00:21:47 +02:00
src Add a --config / -c option to the start CLI command to arbitrarily override any configuration key 2017-12-11 23:48:52 -05:00
tests Switch to Font Awesome 5 2018-03-11 15:57:35 -04:00
.nycrc-mocha Instrument client code before running tests 2018-02-20 15:32:30 +02:00
.nycrc-mocha-webpack Instrument client code before running tests 2018-02-20 15:32:30 +02:00
.nycrc-report Instrument client code before running tests 2018-02-20 15:32:30 +02:00
mocha-webpack.opts Instrument client code before running tests 2018-02-20 15:32:30 +02:00
mocha.opts Instrument client code before running tests 2018-02-20 15:32:30 +02:00
server.js Increase test timeout on CI 2018-02-28 22:42:21 +02:00
util.js Auto-fix code for padding-line-between-statements rule 2018-02-20 09:28:04 +02:00