Skip to content

Commit

Permalink
Fix TS breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 12, 2020
1 parent be2d430 commit 6b1f61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/templates/watch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Server } from 'ws'
import watch from '../../src/templates/watch/watch'

beforeEach(() => {
delete window.location
delete (window as any).location
;(window as any).location = { reload: jest.fn() }
})

Expand Down

0 comments on commit 6b1f61b

Please sign in to comment.