Commit Graph

21 Commits (037a0e523981451c6db967c6f0d08d6abe267af0)

Author SHA1 Message Date
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ı c364cebbe4 more tests
Barış Soner Uşaklı 7fb45cc148 more tests
barisusakli b8c606cbbd closes
Peter Jaszkowiak dd2b930824 Resolve merge conflicts, minify only `.js` files
barisusakli 5c01c7b1c7 delayed notification test
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
barisusakli 1c6cee207f meta/settings test
barisusakli b807915515 removed incorrect markread nid
barisusakli 5d6e2ad083 multiple test fixes
barisusakli fda535a351 more chat tests
barisusakli d23966c534 more tests
barisusakli 553ee7dcdd more chat tests
barisusakli 0d90279463 chat controller test
barisusakli f0f3a86908 closes
write more messaging 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
barisusakli 1a63672e66 more test fixes
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
HeeL 4c6a75d85c Rename tests folder to test to follow standards