UNPKG

4m-wallet-adapter

Version:
7 lines (5 loc) 215 B
const { getTokenList } = require('../../services/solana/solana-token-list-service'); test('solana-token-list-service', async () => { const tokenList = await getTokenList(); expect(tokenList).toBeDefined(); });