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