koel/resources/assets/js/components/layout/main-wrapper/Sidebar.spec.ts

9 lines
259 B
TypeScript
Raw Normal View History

import { expect, it } from 'vitest'
import ComponentTestCase from '@/__tests__/ComponentTestCase'
new class extends ComponentTestCase {
protected test () {
it('has already been tested in the integration suite', () => expect('😄').toBeTruthy())
}
}