Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Oct 8, 2020
1 parent cb9369f commit adcadbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions install/package.json
Expand Up @@ -96,6 +96,7 @@
"nodebb-widget-essentials": "4.1.2",
"nodemailer": "^6.4.6",
"passport": "^0.4.1",
"passport-http-bearer": "^1.0.1",
"passport-local": "1.0.0",
"pg": "^8.0.2",
"pg-cursor": "^2.1.9",
Expand Down
2 changes: 1 addition & 1 deletion public/src/client/account/edit/password.js
@@ -1,6 +1,6 @@
'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 = {};

AccountEditPassword.init = function () {
Expand Down
2 changes: 2 additions & 0 deletions public/src/client/groups/list.js
@@ -1,3 +1,5 @@
'use strict';

define('forum/groups/list', ['forum/infinitescroll', 'benchpress', 'api'], function (infinitescroll, Benchpress, api) {
var Groups = {};

Expand Down

0 comments on commit adcadbb

Please sign in to comment.