Merge pull request #5570 from pimterry/sinon-chrome-lastError

Add lastError to Sinon-Chrome
This commit is contained in:
Masahiro Wakame
2015-09-03 01:29:42 +09:00

View File

@@ -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 {