9 lines
199 B
TypeScript
9 lines
199 B
TypeScript
import { ConvertmsPipe } from './convertms.pipe';
|
|
|
|
describe('ConvertmsPipe', () => {
|
|
it('create an instance', () => {
|
|
const pipe = new ConvertmsPipe();
|
|
expect(pipe).toBeTruthy();
|
|
});
|
|
});
|