Skip to content

Commit 2989524

Browse files
committed
Fix remote-config timeoutStub types
1 parent 5023cba commit 2989524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remote-config/test/remote_config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ describe('RemoteConfig', () => {
442442

443443
describe('fetch', () => {
444444
let timeoutStub: sinon.SinonStub<
445-
[(...args: any[]) => void, number, ...any[]]
445+
[callback: (args: void) => void, ms?: number | undefined]
446446
>;
447447
beforeEach(() => {
448448
client.fetch = sinon

0 commit comments

Comments
 (0)