feat: list and remove umpires from tab 2
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { FullnamePipe } from './fullname-pipe';
|
||||
|
||||
describe('FullnamePipePipe', () => {
|
||||
it('create an instance', () => {
|
||||
const pipe = new FullnamePipe();
|
||||
expect(pipe).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user