import { OsPermsDirective } from './os-perms.directive'; describe('OsPermsDirective', () => { it('should create an instance', () => { const directive = new OsPermsDirective(); expect(directive).toBeTruthy(); }); });