Skip to content

Commit

Permalink
Remove leftover test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-sed committed Aug 23, 2024
1 parent 1afb31b commit b1e6fef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/picasso-tailwind-merge/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import * as picassoTailwindConfig from '@toptal/picasso-tailwind'

import { CONFIG, PICASSO_TW_FONT_SIZES, twMerge } from './twMerge'

describe('extendTailwindMerge call', () => {})

describe('twMerge', () => {
it('merges font size classes correctly', () => {
expect(twMerge('font-inherit-size text-button-large text-2xs')).toBe(
Expand Down

0 comments on commit b1e6fef

Please sign in to comment.