summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/maas/use/code-block.directive.spec.ts
blob: 296e9a533563b7dedb2a098f830554e38103e411 (plain)
1
2
3
4
5
6
7
8
import { CodeBlockDirective } from './code-block.directive';

describe('CodeBlockDirective', () => {
  it('should create an instance', () => {
    const directive = new CodeBlockDirective();
    expect(directive).toBeTruthy();
  });
});