mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-01 13:11:11 -05:00
fix(tests): add license field to frontmatter
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
90ae3e2e75
commit
97216e78ff
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ describe('build state from set note data from server', () => {
|
||||||
tags: [],
|
tags: [],
|
||||||
robots: '',
|
robots: '',
|
||||||
lang: 'en',
|
lang: 'en',
|
||||||
|
license: '',
|
||||||
dir: NoteTextDirection.LTR,
|
dir: NoteTextDirection.LTR,
|
||||||
newlinesAreBreaks: true,
|
newlinesAreBreaks: true,
|
||||||
GA: '',
|
GA: '',
|
||||||
|
|
Loading…
Reference in a new issue