From 0f0e62958cd7c30337c976c270cfde455f26d45c Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Thu, 27 Aug 2015 14:19:14 +0100 Subject: [PATCH] Add lastError to Sinon-Chrome --- sinon-chrome/sinon-chrome.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sinon-chrome/sinon-chrome.d.ts b/sinon-chrome/sinon-chrome.d.ts index eddb32be41..f5aa2344f2 100644 --- a/sinon-chrome/sinon-chrome.d.ts +++ b/sinon-chrome/sinon-chrome.d.ts @@ -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 {