Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Jun 28, 2024
1 parent 752a21b commit 4063959
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/grid.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,8 @@ describe('grid', () => {
it('grid-template-rows: 60px 60px;', () => {
expect(toUnocss('grid-template-rows: 60px 60px;')).toBe('grid-rows-[60px_60px]')
})
it('grid-template-columns:120px auto;', () => {
expect(toUnocss('grid-template-columns:120px auto;')).toBe('grid-cols-[120px_auto]')
})

})

0 comments on commit 4063959

Please sign in to comment.