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