mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add test cases
This commit is contained in:
parent
7c56dc2cba
commit
da2b3c6895
1 changed files with 7 additions and 0 deletions
|
|
@ -1222,6 +1222,13 @@ describe('Article API', () => {
|
|||
slug: 'test slug wildcard 1',
|
||||
originalUrl: `${url}/wildcard_1`,
|
||||
},
|
||||
{
|
||||
user,
|
||||
title: 'test title wildcard 2',
|
||||
readableContent: '<p>test wildcard</p>',
|
||||
slug: 'test slug wildcard 2',
|
||||
originalUrl: `${url}/wildcard_2`,
|
||||
},
|
||||
],
|
||||
user.id
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue