UNPKG

cive

Version:

Cive is an interface for the Conflux Core Space, built on Viem.

8 lines (5 loc) 158 B
import { expect, test } from 'vitest' import { narrow } from './narrow.js' test('narrow', () => { expect(narrow('foo')).toMatchInlineSnapshot('"foo"') })