mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
clear testing-library/no-unnecessary-act console.error eslint
This commit is contained in:
parent
e6b03408be
commit
20546dea3a
@ -13,6 +13,8 @@ test('render AssetList with arc', async () => {
|
||||
chainIds: config.chainIds,
|
||||
accountId: '0x491AECC4b3d690a4D7027A385499fd04fE50b796'
|
||||
}
|
||||
// TODO: remove eslint rule (testing-library/no-unnecessary-act) and solve act issue
|
||||
// eslint-disable-next-line testing-library/no-unnecessary-act
|
||||
await act(async () => {
|
||||
render(
|
||||
<UrqlClientProvider>
|
||||
|
Loading…
x
Reference in New Issue
Block a user