Skip to content

Commit

Permalink
style(background): fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Apr 16, 2018
1 parent 1299bec commit 5735c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/background/initialization.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('Initialization', () => {

beforeAll(() => {
const { message, storage } = require('@/_helpers/browser-api')
window.fetch = fetchMock
window.fetch = fetchMock as any

browser.flush()
jest.resetModules()
Expand Down

0 comments on commit 5735c60

Please sign in to comment.