Files
jambotron/jambotron-ui/src/app/models/role.spec.ts
T
2025-06-14 19:41:08 +03:00

8 lines
146 B
TypeScript

import { Role } from './role';
describe('Role', () => {
it('should create an instance', () => {
expect(new Role()).toBeTruthy();
});
});