Commit 9e7d59f1 authored by Nate Wienert's avatar Nate Wienert Committed by GitHub

chore: fix typecheck error due to jest and cypress overlapping types (#7101)

parent 2ccd228f
...@@ -39,6 +39,9 @@ describe('Universal search bar', () => { ...@@ -39,6 +39,9 @@ describe('Universal search bar', () => {
// this test is experiencing flake despite being correct, i can see the right value in DOM // this test is experiencing flake despite being correct, i can see the right value in DOM
// but for some reason cypress doesn't find it, so adding retries for now :/ // but for some reason cypress doesn't find it, so adding retries for now :/
{ {
// @ts-ignore see https://uniswapteam.slack.com/archives/C047U65H422/p1691455547556309
// basically cypress has bad types due to overlap with jest and you just have to deal with it
// i tried removing jest types but still happens
retries: { retries: {
runMode: 3, runMode: 3,
openMode: 3, openMode: 3,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment