eslint fix
This commit is contained in:
parent
70a484e79d
commit
14ef2f9063
|
@ -126,7 +126,7 @@ export const travelToTokens = (address: string) => {
|
|||
}
|
||||
|
||||
export const createTestStore = (initialRoute = '/') => {
|
||||
const history = createMemoryHistory({initialEntries: [initialRoute]})
|
||||
const history = createMemoryHistory({ initialEntries: [initialRoute] })
|
||||
|
||||
return aNewStore(history)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue