Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7892482
test-helpers.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
450 B
Referenced Files
None
Subscribers
None
test-helpers.js
View Options
/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2023 tusooa <tusooa@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
class
FluentMock
{
constructor
()
{}
get
(
id
,
args
)
{
return
`
${
id
}
,
${
args
}
`
;
}
};
const
fluentMock
=
new
FluentMock
();
const
factory
=
{
room
(
props
)
{
return
Object
.
assign
({
name
:
'some name'
,
heroNames
:
[],
tagIds
:
[],
membership
:
1
,
// Join
},
props
);
},
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Oct 2, 4:26 AM (18 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
474239
Default Alt Text
test-helpers.js (450 B)
Attached To
Mode
rK kazv
Attached
Detach File
Event Timeline
Log In to Comment