Commit Graph

124 Commits (c20cd5285427fa5b70debc5fe2423927af96795e)

Author SHA1 Message Date
pichalite 0ea477abde Add more user tests
barisusakli 69b766bbc8 more tests
barisusakli 1440139903 more tests
barisusakli 091f459f5e search socket test
barisusakli 4b6e4f085d more tests
group cover upload tests
registration approval queue tests
barisusakli 7f90e31a38 more socket user tests
barisusakli 4b815449f1 closes
barisusakli 5d6e2ad083 multiple test fixes
barisusakli f754c8b7df digest test
barisusakli ce2d702117 account group page test
barisusakli a3bff8d320 another test for user profile
barisusakli 8449f3428e user/userslug/settings test
barisusakli ecef0c6ad5 more user tests
Ben Lubar 2185d8eb99 Ban UI fixes ()
- Permanent bans assigned by global moderators no longer expire immediately
  (does not apply retroactively)
- Bans with no reason given no longer have "undefined" as their reason
  (applies retroactively)
- 0 is now a selectable value for "ban duration, select 0 for permanent"
barisusakli c5d2dbb90f increase timeout for password test
barisusakli d8a9df74d7 fix wrong error returns, more 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 1a63672e66 more test fixes
barisusakli e462fadd94 init express/webserver for tests
barisusakli dd077117a2 refactor user.updateProfile and write test
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