removed old code for portal
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / _services / authentication.service.spec.ts
diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/_services/authentication.service.spec.ts b/blueprints/common/eliot-ui/frontend-src/src/app/_services/authentication.service.spec.ts
deleted file mode 100644 (file)
index 91a1e97..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-import { TestBed } from '@angular/core/testing';
-
-import { AuthenticationService } from './authentication.service';
-
-describe('AuthenticationService', () => {
-  beforeEach(() => TestBed.configureTestingModule({}));
-
-  it('should be created', () => {
-    const service: AuthenticationService = TestBed.get(AuthenticationService);
-    expect(service).toBeTruthy();
-  });
-});