save
This commit is contained in:
@@ -14,9 +14,11 @@ describe('DeckMapper', () => {
|
||||
],
|
||||
playedNumber: 5,
|
||||
ctype: CType.PUBLIC,
|
||||
updatedate: new Date('2024-01-02'),
|
||||
updateDate: new Date('2024-01-02'),
|
||||
state: State.ACTIVE,
|
||||
organization: null,
|
||||
user: { username: 'testuser', id: 'user-123', isAdmin: false },
|
||||
isEditable: jest.fn().mockReturnValue(true),
|
||||
...overrides
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user