mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-18 16:31:31 +00:00
Fix Unit Test: Mock the class to its instance (#1117)
* mock to instance * Update jest.config.js Co-authored-by: Jordi Bunster <jbunster@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
6ebf19c0c9
commit
f7fa3f7c09
@@ -37,8 +37,8 @@ module.exports = {
|
||||
global: {
|
||||
branches: 25,
|
||||
functions: 25,
|
||||
lines: 29.5,
|
||||
statements: 29.5,
|
||||
lines: 29,
|
||||
statements: 29,
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user