UNPKG

ox

Version:

Ethereum Standard Library

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