import { expect } from '@open-wc/testing';

describe('<uprtcl-common>', () => {
  it('has a default property title', async () => {
    expect(true).to.equal(true);
  });
});
