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
e96b9426d1
commit
7f51757447
@ -35,7 +35,7 @@ afterAll(async () => {
|
||||
|
||||
describe('Room', () => {
|
||||
beforeAll(async () => {
|
||||
;[chattingUser, otherChattingUser, notChattingUser] = await Promise.all([
|
||||
[chattingUser, otherChattingUser, notChattingUser] = await Promise.all([
|
||||
Factory.build(
|
||||
'user',
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user