Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderson1993 committed May 27, 2024
1 parent c7d03b9 commit 895fee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions server/helpers/defaultSnapshot.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ describe("defaultSnapshot", () => {
"_maxListeners",
"mutations",
"setMutations",
"firebaseManager",
];
const appKeys = Object.keys(App).filter(a => keyWhitelist.indexOf(a) === -1);
const defaultSnapshotKeys = Object.keys(defaultSnapshot);
Expand Down
2 changes: 1 addition & 1 deletion test/jest.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
moduleNameMapper: {
"^react-native$": "react-native-web",
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy",
"firebase-admin/*": "node_modules/firebase-admin/lib/*",
"^firebase-admin/(.*)$": "<rootDir>/node_modules/firebase-admin/lib/$1",
},
moduleFileExtensions: [
"web.js",
Expand Down

0 comments on commit 895fee0

Please sign in to comment.