Forked from
Eclipse Projects / xfsc / Organization Credential Manager / OCM-Engine
392 commits behind the upstream repository.
-
zdravko iliev authoredzdravko iliev authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
module.spec.ts 179 B
import PrincipalModule from './module';
describe('Check if the module is working', () => {
it('should be defined', () => {
expect(PrincipalModule).toBeDefined();
});
});