UNPKG

interface-ipfs-core

Version:

A test suite and interface you can use to implement a IPFS core interface.

11 lines (8 loc) 228 B
import { createSuite } from '../../utils/suite.js' import { testApply } from './apply.js' import { testList } from './list.js' const tests = { apply: testApply, list: testList } export default createSuite(tests, 'config')