Skip to content

Commit

Permalink
chore: fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaklygin committed Apr 13, 2022
1 parent fbf88d6 commit 0470a4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/picasso/src/DatePicker/test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable max-lines-per-function */
import React from 'react'

// eslint-disable-next-line import/no-relative-packages
import '../../../../__tests__/matchMedia'
import { act, fireEvent, render } from '../test-utils'
import DatePicker, { Props } from './DatePicker'
Expand Down
1 change: 1 addition & 0 deletions packages/picasso/src/FileListItem/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react'
import { OmitInternalProps } from '@toptal/picasso-shared'
import { render, fireEvent } from '@toptal/picasso/test-utils'

// eslint-disable-next-line import/no-relative-packages
import '../../../../__tests__/matchMedia'
import FileListItem, { Props } from './FileListItem'

Expand Down
1 change: 1 addition & 0 deletions packages/picasso/src/TypographyOverflow/test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react'
import { fireEvent, render, waitFor } from '@toptal/picasso/test-utils'

// eslint-disable-next-line import/no-relative-packages
import '../../../../__tests__/matchMedia'
import TypographyOverflow from '.'
jest.mock('../utils/is-overflown', () => ({
Expand Down

0 comments on commit 0470a4a

Please sign in to comment.