OpenSlides/client/src/app/shared/directives/perms.directive.spec.ts
Sean Engelhardt 0f55527d6a change the global prefix to "os"
Also:
Set linting output to "stylish" (more readable error messages in terminal output)
Remove 2nd linting output
rename "appOsPerms" to just "osPerms" including filename and classname
rename all selectors from "app" to "os"
2018-09-03 18:13:57 +02:00

7 lines
187 B
TypeScript

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