๐Ÿ“ฆ hyoban / tailwindcss-classname-highlight

๐Ÿ“„ index.test.ts ยท 8 lines
1
2
3
4
5
6
7
8import { describe, expect, it } from 'vitest'

describe('should', () => {
  it('work', () => {
    expect(1 + 1).toBe(2)
  })
})