From 40b8aa0151dd737aa046829d6de93773ca264974 Mon Sep 17 00:00:00 2001 From: Jack Steam Date: Thu, 12 Mar 2020 14:26:47 -0500 Subject: [PATCH] Clean up test file --- tests/units/send-async.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/units/send-async.test.ts b/tests/units/send-async.test.ts index 13fbbca..f843c85 100644 --- a/tests/units/send-async.test.ts +++ b/tests/units/send-async.test.ts @@ -13,8 +13,6 @@ const lastError = { }, } -chrome.runtime.lastError - afterEach(jest.clearAllMocks) test('sends async CoreMessage to runtime', () => {