Commit Graph

21 Commits (037a0e523981451c6db967c6f0d08d6abe267af0)

Author SHA1 Message Date
Baris Usakli 037a0e5239 closes
also fix reverse infinite scroll when sorting is changed
Peter Jaszkowiak b171f3072b Fix many "duplicate key" errors
- Reset defaults after every test
- Remove individual `after(db.emptydb)` calls
- Fix async.every in groups test
- Update plugin list in socket tests
barisusakli 324e5be7bd privileges tests
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks
Peter Jaszkowiak 2e031f3759 ESlint comma-spacing
Peter Jaszkowiak 52f2028206 ESlint no-multiple-empty-lines
Peter Jaszkowiak b09b3aef7f ESlint no-undef, remove global comments
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
barisusakli 0b9829850c closes
barisusakli 55416911f7 category tests
barisusakli 1440139903 more tests
barisusakli c33d3e874a store pinned topics in new zset
keep pinned topics on top on different sort types
barisusakli 1658ebbe20 categories update test
barisusakli db14c29e41 socket.io/categories tests
barisusakli cec3b650c3 category route test
barisusakli 4a0f67afdc search tests
new method emptydb
use emptydb instead of flushdb, flushdb  removes indices for mongo which
breaks search tests
initialize meta.config properly in tests
enable nodebb-plugin-dbsearch for tests
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
barisusakli 6c634b0689 fix tabs
barisusakli 038418bf87 batch.processArray
use batch.processArray in notifications.push and moveRecentReplies
added notification tests
added test for moveRecentReplies
clear group cache if a group is deleted
HeeL 4c6a75d85c Rename tests folder to test to follow standards