Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderson1993 committed May 27, 2024
1 parent 706849a commit c7d03b9
Showing 1 changed file with 1 addition and 1 deletion.
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/*": "node_modules/firebase-admin/lib/*",
},
moduleFileExtensions: [
"web.js",
Expand Down

1 comment on commit c7d03b9

@NonzeroCornet
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops.

Please sign in to comment.