Skip to content

Commit

Permalink
Update list.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmamaqi authored Dec 1, 2024
1 parent 5658745 commit 83185d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/wiki/src/__tests__/itineraries/list.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { pathRoot } from '../../routes/routes'
import { ssoServer } from '../mocks/ssoServer'
import { itinerariesListSchema } from '../../schemas/itinerary/itinerariesListSchema'

// eslint-disable-next-line no-promise-executor-return
const wait = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms))

describe('Testing category GET method', () => {
Expand Down

0 comments on commit 83185d2

Please sign in to comment.