koel/resources/assets/js/components/profile-preferences/LastfmIntegration.spec.ts
2022-05-13 19:58:38 +02:00

8 lines
221 B
TypeScript

import { expect, it } from 'vitest'
import UnitTestCase from '@/__tests__/UnitTestCase'
new class extends UnitTestCase {
protected test () {
it('is already covered by E2E', () => expect('🤞').toBeTruthy())
}
}