๐Ÿ“ฆ hyoban / starter-ts

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

describe('should', () => {
  it('exported', () => {
    expect(1).toEqual(1)
  })
})