mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 01:11:25 +00:00
Upgrade Cosmos SDK to v4.4.0 (#2187)
* Upgrade Cosmos SDK to v4.4.0 * fix unit tests * explain crypto.subtle --------- Co-authored-by: Asier Isayas <aisayas@microsoft.com>
This commit is contained in:
@@ -47,3 +47,6 @@ require("jquery-ui-dist/jquery-ui");
|
||||
unobserve: jest.fn(),
|
||||
disconnect: jest.fn(),
|
||||
}));
|
||||
|
||||
// The test environment Data Explorer uses does not have crypto.subtle implementation
|
||||
(<any>global).crypto.subtle = {};
|
||||
|
||||
Reference in New Issue
Block a user