|
|
@ -1271,8 +1271,7 @@ describe('Groups', () => {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
describe('admin api/socket methods', () => {
|
|
|
|
describe('api methods', () => {
|
|
|
|
const socketGroups = require('../src/socket.io/admin/groups');
|
|
|
|
|
|
|
|
const apiGroups = require('../src/api/groups');
|
|
|
|
const apiGroups = require('../src/api/groups');
|
|
|
|
it('should fail to create group with invalid data', async () => {
|
|
|
|
it('should fail to create group with invalid data', async () => {
|
|
|
|
let err;
|
|
|
|
let err;
|
|
|
|