summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/directives/form-scope.directive.spec.ts
blob: 2cf882ecea89f6903d06b765dabc7f5e184cbc79 (plain)
1
2
3
4
5
6
7
8
import { FormScopeDirective } from './form-scope.directive';

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