New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / app / services / project.service.spec.ts
diff --git a/webapp/src/app/services/project.service.spec.ts b/webapp/src/app/services/project.service.spec.ts
deleted file mode 100644 (file)
index b8edfc7..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-import { TestBed, inject } from '@angular/core/testing';
-
-import { ProjectService } from './project.service';
-
-describe('ProjectService', () => {
-  beforeEach(() => {
-    TestBed.configureTestingModule({
-      providers: [ProjectService]
-    });
-  });
-
-  it('should be created', inject([ProjectService], (service: ProjectService) => {
-    expect(service).toBeTruthy();
-  }));
-
-  // FIXME SEB - add more tests, see https://angular.io/guide/http#mocking-philosophy
-});