mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
remove semicolon
This commit is contained in:
parent
0e4cf0ecef
commit
0cdbf17fbf
@ -35,7 +35,7 @@ afterAll(async () => {
|
|||||||
|
|
||||||
describe('Room', () => {
|
describe('Room', () => {
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
;[chattingUser, otherChattingUser, notChattingUser] = await Promise.all([
|
[chattingUser, otherChattingUser, notChattingUser] = await Promise.all([
|
||||||
Factory.build(
|
Factory.build(
|
||||||
'user',
|
'user',
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user