Fix tests

master
Jordan Pittman 2023-10-20 14:24:53 -04:00
parent d6f4ea3951
commit ff9a280071
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/// <reference types="bun-types" /> import { expect, test } from 'vitest'
import { parse } from 'postcss' import { parse } from 'postcss'
import extractClassNames from './extractClassNames' import extractClassNames from './extractClassNames'
@ -24,7 +24,6 @@ test('ex: 2', async () => {
expect(result.classNames).toHaveProperty('bar') expect(result.classNames).toHaveProperty('bar')
expect(result.classNames['foo']).toEqual({ expect(result.classNames['foo']).toEqual({
__info: { __info: {
__rule: true,
__source: undefined, __source: undefined,
__pseudo: [], __pseudo: [],
__scope: null, __scope: null,