mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Improve
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { EventPipe } from './event.pipe';
|
||||
|
||||
describe('EventPipe', () => {
|
||||
it('create an instance', () => {
|
||||
const pipe = new EventPipe();
|
||||
expect(pipe).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user