import { SupplementaryRole } from './supplementary-role';

describe('SupplementaryRole', () => {
  it('should create an instance', () => {
    expect(new SupplementaryRole()).toBeTruthy();
  });
});