mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix tests
This commit is contained in:
parent
f9b389edad
commit
25d0123007
1 changed files with 2 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ export const createArticleResolver = authorized<
|
|||
let domContent = null
|
||||
let itemType = PageType.Unknown
|
||||
|
||||
const DUMMY_RESPONSE = {
|
||||
const DUMMY_RESPONSE: CreateArticleSuccess = {
|
||||
user,
|
||||
created: false,
|
||||
createdArticle: {
|
||||
|
|
@ -215,6 +215,7 @@ export const createArticleResolver = authorized<
|
|||
highlights: [],
|
||||
savedAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
folder: '',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue