Cherry picking refactored fb.js from #879 by @AndrewBastin (#1286)

* Cherry picking refactored fb.js from #879 by @AndrewBastin

* Fixed a minor UI glitch in History section

* Removed logout success toast testcase

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
Liyas Thomas
2020-10-17 14:53:19 +05:30
committed by GitHub
parent b6b3cbcb9a
commit 22a3bba6ab
13 changed files with 2408 additions and 473 deletions

View File

@@ -61,6 +61,7 @@
"babel-jest": "^26.5.2",
"eslint": "^7.11.0",
"eslint-plugin-vue": "^7.0.1",
"firebase-mock": "^2.3.2",
"husky": "^4.3.0",
"jest": "^26.5.3",
"jest-serializer-vue": "^2.0.2",
@@ -78,6 +79,7 @@
],
"watchman": false,
"moduleNameMapper": {
".+\\.(svg)\\?inline$": "<rootDir>/__mocks__/svgMock.js",
"^~/(.*)$": "<rootDir>/$1",
"^~~/(.*)$": "<rootDir>/$1"
},