71 Commits (cd46febdd09c0044c3c6a77d392919b064ba43f4)

Author SHA1 Message Date
Peter Jaszkowiak 001aa3d1a8 Fix tests, npm Windows fixes 8 years ago
Dominic Lennon 691b46d38b Fixing lint issues 8 years ago
Dominic Lennon f0add97cf9 Fixing tests 8 years ago
Peter Jaszkowiak 05b68391dd Use `/assets` for client assets
- Route `/assets` -> `build/public`, falling back on `public`
- Moved destinations for `nodebb.min.js`, `acp.min.js`, `admin.css`, `stylesheet.css`, `templates`, and `sounds` to `build/public`
- r.js modules previously routed through express are now symlinked into `public/build/src/modules`
- minfiles no longer served from a memory cache
- use config `views_dir` setting everywhere template directory is used
- fix cache buster `v=v=`
8 years ago
barisusakli 4b6e4f085d more tests
group cover upload tests
registration approval queue tests
8 years ago
barisusakli 49267d54b7 topics unread tests 8 years ago
barisusakli 2f92ce1527 check deps on test 8 years ago
barisusakli db14c29e41 socket.io/categories tests 8 years ago
barisusakli 9796f54580 analytics tests, reduce bcrypt rouds for tests 8 years ago
barisusakli e86db04631 #5211 run build step before tests
move build to its own file
8 years ago
Sergii Paryzhskyi e515b791da Fix eslint rules (#5117)
* Fix semi linter rule

* Fix semi-spacing linter rule

* Fix no-undef-init linter rule

* Fix space-before-blocks linter rule
8 years ago
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
8 years ago
barisusakli 1a63672e66 more test fixes 8 years ago
barisusakli 15d948894d fix typo 8 years ago
barisusakli 292055d322 show test db info before test 8 years ago
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
8 years ago
barisusakli ae9b5654d3 set isPrimary and isCluster 8 years ago
barisusakli e462fadd94 init express/webserver for tests 8 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 8 years ago
HeeL 3fa1c1f927 Fix space-infix-ops linter rule 8 years ago
HeeL 4c6a75d85c Rename tests folder to test to follow standards 8 years ago