UNPKG

ox

Version:

Ethereum Standard Library

11 lines (9 loc) 193 B
import { expect, test } from 'vp/test' import * as Module from '../Paths.js' test('exports', () => { expect(Object.keys(Module)).toMatchInlineSnapshot(` [ "mainnet", ] `) })