Commit Graph

115 Commits (154d7076d9b61d3e0cb08e6ae6497be7db2d93bb)

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