Dont clear content display reports before running test (this was just there for debug)

This commit is contained in:
Jackson Harper 2023-01-11 11:15:37 +08:00
parent 9d8f51f866
commit 397233054b

View file

@ -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,