Skip to content

Commit

Permalink
Fix linting issues with import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuk2012 committed Dec 27, 2024
1 parent 8fe5faa commit 5aeadd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/assessments/getSections.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Task } from '@approved-premises/ui'
import Apply from '../../form-pages/apply'
import Assess from '../../form-pages/assess'
import { applicationFactory, assessmentFactory } from '../../testutils/factories'
import getSections from './getSections'
import isAssessment from './isAssessment'
import { Task } from '@approved-premises/ui'

jest.mock('../../form-pages/apply', () => {
return {
Expand Down

0 comments on commit 5aeadd0

Please sign in to comment.