summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/profile/profile.module.spec.ts
blob: 0960501ec1393019901173936e8ad10c3896a86b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import { ProfileModule } from './profile.module';

describe('ProfileModule', () => {
  let profileModule: ProfileModule;

  beforeEach(() => {
    profileModule = new ProfileModule();
  });

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