mempool/frontend/src/app/shared/pipes/hex2ascii/hex2ascii.pipe.spec.ts

9 lines
199 B
TypeScript

import { Hex2asciiPipe } from './hex2ascii.pipe';
describe('Hex2asciiPipe', () => {
it('create an instance', () => {
const pipe = new Hex2asciiPipe();
expect(pipe).toBeTruthy();
});
});