mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
refactor: remove unused
This commit is contained in:
@@ -1271,8 +1271,7 @@ describe('Groups', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe('admin api/socket methods', () => {
|
||||
const socketGroups = require('../src/socket.io/admin/groups');
|
||||
describe('api methods', () => {
|
||||
const apiGroups = require('../src/api/groups');
|
||||
it('should fail to create group with invalid data', async () => {
|
||||
let err;
|
||||
|
||||
Reference in New Issue
Block a user