koel/resources/assets/js/components/profile-preferences/LastfmIntegration.spec.ts

9 lines
221 B
TypeScript
Raw Normal View History

import { expect, it } from 'vitest'
2022-05-13 17:58:38 +00:00
import UnitTestCase from '@/__tests__/UnitTestCase'
2022-05-13 17:58:38 +00:00
new class extends UnitTestCase {
protected test () {
it('is already covered by E2E', () => expect('🤞').toBeTruthy())
}
}