Home page carousel
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / _helpers / auth.guard.spec.ts
diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/_helpers/auth.guard.spec.ts b/blueprints/common/eliot-ui/frontend-src/src/app/_helpers/auth.guard.spec.ts
new file mode 100644 (file)
index 0000000..7ed05ee
--- /dev/null
@@ -0,0 +1,15 @@
+import { TestBed, async, inject } from '@angular/core/testing';
+
+import { AuthGuard } from './auth.guard';
+
+describe('AuthGuard', () => {
+  beforeEach(() => {
+    TestBed.configureTestingModule({
+      providers: [AuthGuard]
+    });
+  });
+
+  it('should ...', inject([AuthGuard], (guard: AuthGuard) => {
+    expect(guard).toBeTruthy();
+  }));
+});