Skip to content
Snippets Groups Projects

Dashboard layout

Merged Maria Elizabeth Pauna Lane requested to merge dashboard-layout into development
4 files
+ 245
41
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -12,8 +12,9 @@ describe("User Store", () => {
@@ -12,8 +12,9 @@ describe("User Store", () => {
test("it should have a default user", () => {
test("it should have a default user", () => {
expect(userStore.user).toEqual({
expect(userStore.user).toEqual({
name: "John Doe",
userId: 1,
email: "johndoe@gmail.com"
firstName: "John",
 
lastName: "Doe"
});
});
});
});
});
});
 
\ No newline at end of file
Loading