mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 01:56:12 +01:00
chore: eslint prefer-arrow-callback
This commit is contained in:
committed by
Julian Lam
parent
707b55b6a5
commit
b56d9e12b5
@@ -7,7 +7,7 @@ const db = require('./mocks/databasemock');
|
||||
const installedPlugins = fs.readdirSync(path.join(__dirname, '../node_modules'))
|
||||
.filter(p => p.startsWith('nodebb-'));
|
||||
|
||||
describe('Installed Plugins', function () {
|
||||
describe('Installed Plugins', () => {
|
||||
installedPlugins.forEach((plugin) => {
|
||||
const pathToTests = path.join(__dirname, '../node_modules', plugin, 'test');
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user