Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Oct 20, 2023
1 parent d6f4ea3 commit ff9a280
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference types="bun-types" />
import { expect, test } from 'vitest'
import { parse } from 'postcss'
import extractClassNames from './extractClassNames'

Expand All @@ -24,7 +24,6 @@ test('ex: 2', async () => {
expect(result.classNames).toHaveProperty('bar')
expect(result.classNames['foo']).toEqual({
__info: {
__rule: true,
__source: undefined,
__pseudo: [],
__scope: null,
Expand Down

0 comments on commit ff9a280

Please sign in to comment.