koel/resources/assets/js/components/screens/UserList.spec.ts

10 lines
193 B
TypeScript

import { it } from 'vitest'
import UnitTestCase from '@/__tests__/UnitTestCase'
new class extends UnitTestCase {
protected test () {
it('displays a list of users', () => {
})
}
}