forked from hazza/dspace-angular
Finalized auth module
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
/* tslint:disable:no-unused-variable */
|
||||
import { DebugElement, CUSTOM_ELEMENTS_SCHEMA } from "@angular/core";
|
||||
import { async, ComponentFixture, TestBed } from "@angular/core/testing";
|
||||
import { By } from "@angular/platform-browser";
|
||||
import { Router } from "@angular/router";
|
||||
/*import { DebugElement, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { By } from '@angular/platform-browser';
|
||||
import { Router } from '@angular/router';
|
||||
|
||||
// import ngrx
|
||||
import { Store, StoreModule } from "@ngrx/store";
|
||||
import { Store, StoreModule } from '@ngrx/store';
|
||||
|
||||
// reducers
|
||||
import { reducer } from "../../app.reducers";
|
||||
import { reducer } from '../../app.reducers';
|
||||
|
||||
// test this component
|
||||
import { SignOutComponent } from "./log-out.component";
|
||||
import { SignOutComponent } from './log-out.component';
|
||||
|
||||
describe("Component: Signout", () => {
|
||||
describe('Component: Signout', () => {
|
||||
let component: SignOutComponent;
|
||||
let fixture: ComponentFixture<SignOutComponent>;
|
||||
|
||||
@@ -39,7 +39,8 @@ describe("Component: Signout", () => {
|
||||
component = fixture.componentInstance;
|
||||
}));
|
||||
|
||||
it("should create an instance", () => {
|
||||
it('should create an instance', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
||||
*/
|
||||
|
Reference in New Issue
Block a user