Skip to content

Commit

Permalink
Update to support bugfix in @types/chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Steam committed May 21, 2020
1 parent da9a0b9 commit 8662493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jest-chrome.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3117,7 +3117,7 @@ export namespace Enterprise.platformKeys {
*
* Parameter tokens: The list of available tokens.
*/
export const getToken: jest.MockedFunction<typeof chrome.enterprise.platformKeys.getToken>
export const getTokens: jest.MockedFunction<typeof chrome.enterprise.platformKeys.getTokens>
/**
* Returns the list of all client certificates available from the given token. Can be used to check for the existence and expiration of client certificates that are usable for a certain authentication.
*
Expand Down

0 comments on commit 8662493

Please sign in to comment.