mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-23 17:00:24 +01:00
cleaunup
This commit is contained in:
@@ -363,7 +363,6 @@ describe('Plugins', () => {
|
||||
assert.ifError(err);
|
||||
assert(Array.isArray(data));
|
||||
data.forEach((pluginData) => {
|
||||
console.log(pluginData);
|
||||
assert(activePlugins.includes(pluginData));
|
||||
});
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user