Files
enerport-web-app/src/app/pipes/has-role-pipe.spec.ts
2025-10-09 10:42:03 +02:00

9 lines
192 B
TypeScript

import { HasRolePipe } from './has-role-pipe';
describe('HasRolePipe', () => {
it('create an instance', () => {
const pipe = new HasRolePipe();
expect(pipe).toBeTruthy();
});
});