We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
params
null
1 parent f10765d commit b3d0506Copy full SHA for b3d0506
jest.config.js
@@ -45,7 +45,7 @@ const baseConfig = {
45
// An object that configures minimum threshold enforcement for coverage results
46
coverageThreshold: {
47
global: {
48
- branches: 65.11,
+ branches: 65.43,
49
functions: 65.65,
50
lines: 66.74,
51
statements: 66.81,
src/BaseProvider.ts
@@ -209,7 +209,7 @@ export abstract class BaseProvider extends SafeEventEmitter {
209
}
210
211
const payload =
212
- params === undefined
+ params === undefined || params === null
213
? {
214
method,
215
0 commit comments