Home page carousel
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / signup / signup.component.spec.ts
diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/signup/signup.component.spec.ts b/blueprints/common/eliot-ui/frontend-src/src/app/signup/signup.component.spec.ts
new file mode 100644 (file)
index 0000000..43e46a5
--- /dev/null
@@ -0,0 +1,25 @@
+import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { SignupComponent } from './signup.component';
+
+describe('SignupComponent', () => {
+  let component: SignupComponent;
+  let fixture: ComponentFixture<SignupComponent>;
+
+  beforeEach(async(() => {
+    TestBed.configureTestingModule({
+      declarations: [ SignupComponent ]
+    })
+    .compileComponents();
+  }));
+
+  beforeEach(() => {
+    fixture = TestBed.createComponent(SignupComponent);
+    component = fixture.componentInstance;
+    fixture.detectChanges();
+  });
+
+  it('should create', () => {
+    expect(component).toBeTruthy();
+  });
+});