setupVitest.ts 78 Bytes
Newer Older
1 2 3 4
import fetch from 'isomorphic-fetch'

// viem needs this
global.fetch = fetch