mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Fix GET chat tests stopping execution of other tests
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
|||||||
translate as t,
|
translate as t,
|
||||||
} from '../../../../helpers/api-integration.helper';
|
} from '../../../../helpers/api-integration.helper';
|
||||||
|
|
||||||
describe.only('GET /groups/:groupId/chat', () => {
|
describe('GET /groups/:groupId/chat', () => {
|
||||||
let user, api;
|
let user, api;
|
||||||
|
|
||||||
before(() => {
|
before(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user