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