mempool/frontend/src/app/shared/pipes/asm-styler/asm-styler.pipe.spec.ts

9 lines
204 B
TypeScript

import { AsmStylerPipe } from './asm-styler.pipe';
describe('OpcodesStylerPipe', () => {
it('create an instance', () => {
const pipe = new AsmStylerPipe();
expect(pipe).toBeTruthy();
});
});