Implemented Profile component

This commit is contained in:
Philipp Czora
2018-11-05 16:03:54 +01:00
parent ef23178fad
commit 521f3dd9e9
7 changed files with 115 additions and 5 deletions

View File

@@ -37,7 +37,11 @@ import {
FETCH_INDEXRESOURCES_SUCCESS
} from "./indexResource";
const me = { name: "tricia", displayName: "Tricia McMillian" };
const me = {
name: "tricia",
displayName: "Tricia McMillian",
mail: "trillian@heartofgold.universe"
};
describe("auth reducer", () => {
it("should set me and login on successful fetch of me", () => {