UNPKG

ox

Version:

Ethereum Standard Library

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