fix: tests

v1.18.x
Julian Lam 4 years ago
parent cb9369f10e
commit adcadbb2b5

@ -96,6 +96,7 @@
"nodebb-widget-essentials": "4.1.2", "nodebb-widget-essentials": "4.1.2",
"nodemailer": "^6.4.6", "nodemailer": "^6.4.6",
"passport": "^0.4.1", "passport": "^0.4.1",
"passport-http-bearer": "^1.0.1",
"passport-local": "1.0.0", "passport-local": "1.0.0",
"pg": "^8.0.2", "pg": "^8.0.2",
"pg-cursor": "^2.1.9", "pg-cursor": "^2.1.9",

@ -1,6 +1,6 @@
'use strict'; 'use strict';
define('forum/account/edit/password', ['forum/account/header', 'translator', 'zxcvbn', 'api',], function (header, translator, zxcvbn, api) { define('forum/account/edit/password', ['forum/account/header', 'translator', 'zxcvbn', 'api'], function (header, translator, zxcvbn, api) {
var AccountEditPassword = {}; var AccountEditPassword = {};
AccountEditPassword.init = function () { AccountEditPassword.init = function () {

@ -1,3 +1,5 @@
'use strict';
define('forum/groups/list', ['forum/infinitescroll', 'benchpress', 'api'], function (infinitescroll, Benchpress, api) { define('forum/groups/list', ['forum/infinitescroll', 'benchpress', 'api'], function (infinitescroll, Benchpress, api) {
var Groups = {}; var Groups = {};

Loading…
Cancel
Save