Skip to content

Commit

Permalink
Fixing more types in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
randimays committed Oct 28, 2024
1 parent 9732b35 commit 7608c80
Show file tree
Hide file tree
Showing 4 changed files with 265 additions and 390 deletions.
4 changes: 2 additions & 2 deletions src/data/queries/tests/checklistItem.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* @jest-environment node
*/

import { ChecklistItem } from '@/types/formatted/checklist'
import { queries } from '@/data/queries'
import mockData from '@/mocks/checklistItem.mock.json'
import { ParagraphChecklistItem } from '@/types/drupal/paragraph'

const ChecklistItemMock: ChecklistItem = mockData
const ChecklistItemMock: ParagraphChecklistItem = mockData

describe('ChecklistItem formatData', () => {
test('outputs formatted data', () => {
Expand Down
Loading

0 comments on commit 7608c80

Please sign in to comment.