Initial commit

This commit is contained in:
2025-10-09 10:42:03 +02:00
commit 61ee0b6e89
139 changed files with 42562 additions and 0 deletions

View File

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