mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont clear content display reports before running test (this was just there for debug)
This commit is contained in:
parent
9d8f51f866
commit
397233054b
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ describe('saveContentDisplayReport', () => {
|
|||
})
|
||||
|
||||
it('creates a report', async () => {
|
||||
await getRepository(ContentDisplayReport).clear()
|
||||
const result = await saveContentDisplayReport(user.id, {
|
||||
itemUrl: 'https://fake.url.com',
|
||||
pageId: page.id,
|
||||
|
|
|
|||
Loading…
Reference in a new issue