Commit Graph

62 Commits (5297c31b1c60d11c370bc544dceb26108951742a)

Author SHA1 Message Date
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