Skip to content

Commit

Permalink
fix: clean test files
Browse files Browse the repository at this point in the history
  • Loading branch information
lisalupi committed Apr 23, 2024
1 parent 1f595b5 commit 379be79
Show file tree
Hide file tree
Showing 110 changed files with 2 additions and 115 deletions.
1 change: 1 addition & 0 deletions .jest/unit.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const config = {
'\\.svg$': '<rootDir>/.jest/svg.ts',
},
setupFilesAfterEnv: ['<rootDir>/.jest/setupTests.ts'],
testMatch: ['**/__tests__/**/*.test.[jt]s?(x)'],
} satisfies Config.InitialOptions

export default config

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { ComponentProps } from 'react'
import {
renderWithTheme,
shouldMatchEmotionSnapshotWithPortal,
} from '../../../../../.jest/helpers'
} from '../../../../.jest/helpers'
import { Popup } from '../../index'

describe('Popup', () => {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 379be79

Please sign in to comment.