summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/app/shared/services/get-access/get-access.service.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'portal-FE-common/src/app/shared/services/get-access/get-access.service.spec.ts')
-rw-r--r--portal-FE-common/src/app/shared/services/get-access/get-access.service.spec.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/portal-FE-common/src/app/shared/services/get-access/get-access.service.spec.ts b/portal-FE-common/src/app/shared/services/get-access/get-access.service.spec.ts
new file mode 100644
index 00000000..2f0c96a8
--- /dev/null
+++ b/portal-FE-common/src/app/shared/services/get-access/get-access.service.spec.ts
@@ -0,0 +1,12 @@
+import { TestBed } from '@angular/core/testing';
+
+import { GetAccessService } from './get-access.service';
+
+describe('GetAccessService', () => {
+ beforeEach(() => TestBed.configureTestingModule({}));
+
+ it('should be created', () => {
+ const service: GetAccessService = TestBed.get(GetAccessService);
+ expect(service).toBeTruthy();
+ });
+});