feat: list and remove umpires from tab 2

This commit is contained in:
2026-05-24 17:47:42 +02:00
parent 0f46cb3c93
commit 56b9a186d4
5 changed files with 242 additions and 12 deletions
+8
View File
@@ -0,0 +1,8 @@
import { FullnamePipe } from './fullname-pipe';
describe('FullnamePipePipe', () => {
it('create an instance', () => {
const pipe = new FullnamePipe();
expect(pipe).toBeTruthy();
});
});