Commit Graph

28 Commits (037a0e523981451c6db967c6f0d08d6abe267af0)

Author SHA1 Message Date
Barış Soner Uşaklı 4f31dec82c reduce usage of io.emit in tests
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
Barış Soner Uşaklı 466e6d7c53 make renameGroup public for
Barış Soner Uşaklı 376c71adda group search tests
barisusakli 57691d9ad8 test for system group rename
Julian Lam e71bd7a27f Merge branch 'master' into styleguide
barisusakli 3a87f2566a more group tests
barisusakli b7d5bc7dc8 more group tests
Peter Jaszkowiak dd2b930824 Resolve merge conflicts, minify only `.js` files
Peter Jaszkowiak ee9d7584e4 Fix test, misc
barisusakli ef90702049 closes
Peter Jaszkowiak 93f38d4f30 ESlint no-multi-assign
and max-nested-callbacks, no-mixed-requires, max-statements-per-line
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
barisusakli 74b9f1a016 closes
barisusakli 4b6e4f085d more tests
group cover upload tests
registration approval queue tests
barisusakli 9ba93d8be9 group search tests
barisusakli ea007e2da4 closes
barisusakli dff4ee767c more group tests
barisusakli 60b3db7b34 dont use hardcoded uid
barisusakli 86deeaaf39 more group tests
barisusakli cecb4c0403 some more group tests
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