mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	fix: tests
This commit is contained in:
		| @@ -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 = {}; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user