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