UNPKG

@uprtcl/holochain-provider

Version:

_Prtcl provider wrappers around @holochain/hc-web-client

8 lines (6 loc) 174 B
import { expect } from '@open-wc/testing'; describe('<uprtcl-common>', () => { it('has a default property title', async () => { expect(true).to.equal(true); }); });