Fix linting error

This commit is contained in:
Jerko Steiner 2019-05-21 22:44:22 +12:00
parent 3017a17b9c
commit 4b601f93cb

View File

@ -10,7 +10,7 @@ const test = new TestUtils()
describe('TeamConnector', () => {
let history: any = {
const history: any = {
push: jest.fn(),
}