Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Sep 21, 2024
1 parent d6cdf47 commit 7fc4240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
testEnvironment: "node",
moduleNameMapper: {
// Latest version of @azure/storage-blob isn't compatible with jest-runtime's implementation
"@azure/storage-blob": "<rootDir>/__mocks__/azureStorage.js",
},
};

0 comments on commit 7fc4240

Please sign in to comment.