Skip to content

Commit

Permalink
update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
janithlahirukariyawasam committed Dec 8, 2023
1 parent 23c29de commit 55290da
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/routes/admin/category/category.route.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,4 @@ describe('Admin category routes', () => {
afterAll(async () => {
await dataSource.destroy()
})

})
1 change: 0 additions & 1 deletion src/routes/admin/email/emailTemplate.route.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@ describe('Admin email template routes', () => {
afterAll(async () => {
await dataSource.destroy()
})

})
1 change: 0 additions & 1 deletion src/routes/category/category.route.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ describe('Category route', () => {

expect(response.body).toHaveProperty('categories')
})

})

0 comments on commit 55290da

Please sign in to comment.