@progressive-development/pd-wizard 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,9 @@ describe('PdWizard', () => {
19
19
  });
20
20
 
21
21
  it('can override the title via attribute', async () => {
22
- const el = await fixture(html`<pd-wizard title="attribute title"></pd-wizard>`);
22
+ const el = await fixture(
23
+ html`<pd-wizard title="attribute title"></pd-wizard>`
24
+ );
23
25
 
24
26
  expect(el.title).to.equal('attribute title');
25
27
  });