New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / app / services / alert.service.spec.ts
diff --git a/webapp/src/app/services/alert.service.spec.ts b/webapp/src/app/services/alert.service.spec.ts
deleted file mode 100644 (file)
index b3d364c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-import { TestBed, inject } from '@angular/core/testing';
-
-import { AlertService } from './alert.service';
-
-describe('AlertService', () => {
-    beforeEach(() => {
-        TestBed.configureTestingModule({
-            providers: [AlertService]
-        });
-    });
-
-    it('should be created', inject([AlertService], (service: AlertService) => {
-        expect(service).toBeTruthy();
-    }));
-});