mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
fix: code formatting
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
ae9ec95a4e
commit
4d70ccafbc
13 changed files with 51 additions and 21 deletions
|
@ -13,7 +13,7 @@ jest.mock(
|
|||
({
|
||||
...jest.requireActual('@hedgedoc/commons'),
|
||||
generateNoteTitle: () => 'generated title'
|
||||
} as Record<string, unknown>)
|
||||
}) as Record<string, unknown>
|
||||
)
|
||||
|
||||
describe('build state from first heading update', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue