Skip to content

Commit

Permalink
Fix type test
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Feb 5, 2024
1 parent 76c7e32 commit 1d976e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/css.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('compile', () => {
})

test('with css', () => {
const css: CSS<{}> = {
const css: CSS = {
id: 't1vxhd59',
styles: [[['background: ', ';'], ['red']]],
__css__: true,
Expand Down

0 comments on commit 1d976e5

Please sign in to comment.