Commit Graph

25 Commits (fcec6fd41dc0408ee7ab424f6cdd3a03e86082b2)

Author SHA1 Message Date
Dominic Lennon 691b46d38b Fixing lint issues
Dominic Lennon f0add97cf9 Fixing tests
barisusakli 4b6e4f085d more tests
group cover upload tests
registration approval queue tests
barisusakli 49267d54b7 topics unread tests
barisusakli 2f92ce1527 check deps on test
barisusakli db14c29e41 socket.io/categories tests
barisusakli 9796f54580 analytics tests, reduce bcrypt rouds for tests
barisusakli e86db04631 run build step before tests
move build to its own file
barisusakli 553ee7dcdd more chat tests
Sergii Paryzhskyi e515b791da Fix eslint rules ()
* Fix semi linter rule

* Fix semi-spacing linter rule

* Fix no-undef-init linter rule

* Fix space-before-blocks linter rule
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 52a0430603 cleanup console.logs
barisusakli 13719fccfe testing on nodev6
barisusakli 1a63672e66 more test fixes
barisusakli 15d948894d fix typo
barisusakli 292055d322 show test db info before test
barisusakli d1fb4909ba one more try catch for node5/6
barisusakli 817cd29f00 try require from root
barisusakli 12f366f4b4 more tests
register/login/logout tests
ability to test socket.io emits for logged in users
barisusakli b8a3ca98cb added callback to webserver.listen
wait for webserver to be ready to run tests
added topic restore test
added test to load topic via controller
barisusakli ae9b5654d3 set isPrimary and isCluster
barisusakli e462fadd94 init express/webserver for tests
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
HeeL 3fa1c1f927 Fix space-infix-ops linter rule
HeeL 4c6a75d85c Rename tests folder to test to follow standards