Commit 50556a29 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

test: skip fetchTokenList tests (#4330)

skip token list tests
parent acdca350
import fetchTokenList, { DEFAULT_TOKEN_LIST } from './fetchTokenList'
describe('fetchTokenList', () => {
describe.skip('fetchTokenList', () => {
const resolver = jest.fn()
it('throws on an invalid list url', async () => {
......
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