Skip to content

Commit

Permalink
feat(login-view): implement login-page-view
Browse files Browse the repository at this point in the history
- add login component
- add login styles

[Finishes #162380276]
  • Loading branch information
augustineezinwa committed Dec 8, 2018
1 parent 238801e commit 8e6d0c8
Show file tree
Hide file tree
Showing 14 changed files with 562 additions and 104 deletions.
1 change: 1 addition & 0 deletions __mocks__/fileMock.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = 'test-file-stub';
4 changes: 4 additions & 0 deletions jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
],
"transform": {
".*": "./node_modules/babel-jest"
},
"moduleNameMapper": {
"\\.(css|less|scss|sass)$": "identity-obj-proxy",
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js"
}
}
Loading

0 comments on commit 8e6d0c8

Please sign in to comment.