mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 11:51:10 +08:00
Merge pull request #5570 from pimterry/sinon-chrome-lastError
Add lastError to Sinon-Chrome
This commit is contained in:
1
sinon-chrome/sinon-chrome.d.ts
vendored
1
sinon-chrome/sinon-chrome.d.ts
vendored
@@ -411,6 +411,7 @@ declare module SinonChrome.runtime {
|
||||
|
||||
export var id: string;
|
||||
export var getURL: Sinon.SinonSpy;
|
||||
export var lastError: { message?: string };
|
||||
}
|
||||
|
||||
declare module SinonChrome.sessions {
|
||||
|
||||
Reference in New Issue
Block a user