Skip to content

Commit a08282e

Browse files
author
Joel Denning
authored
Upgrade @azure/storage-blob. Fixes #167 (#168)
* Upgrade @azure/storage-blob * Comment
1 parent e84f660 commit a08282e

File tree

4 files changed

+1189
-1244
lines changed

4 files changed

+1189
-1244
lines changed

__mocks__/azureStorage.js

Whitespace-only changes.

jest.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
module.exports = {
22
testEnvironment: "node",
3+
moduleNameMapper: {
4+
// Latest version of @azure/storage-blob isn't compatible with jest-runtime's implementation
5+
"@azure/storage-blob": "<rootDir>/__mocks__/azureStorage.js",
6+
},
37
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/single-spa/import-map-deployer#readme",
3535
"dependencies": {
36-
"@azure/storage-blob": "^12.1.2",
36+
"@azure/storage-blob": "^12.24.0",
3737
"@google-cloud/storage": "^6.12.0",
3838
"aws-sdk": "^2.2.27",
3939
"basic-auth": "^1.1.0",

0 commit comments

Comments
 (0)