mirror of
https://github.com/koel/koel
synced 2024-12-21 01:53:11 +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())
|