UNPKG

interface-ipfs-core

Version:

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

9 lines (6 loc) 156 B
import { createSuite } from '../utils/suite.js' import { testPing } from './ping.js' const tests = { ping: testPing } export default createSuite(tests)