mirror of
https://github.com/koel/koel
synced 2025-01-01 23:38:43 +00:00
3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
import { expect, it } from 'vitest'
|
|
|
|
it('has already been tested in the integration suite', () => expect('😄').toBeTruthy())
|