fix(core): update
This commit is contained in:
parent
3a2ba14287
commit
fa2ab7730a
@ -6,7 +6,7 @@ tap.test('should create a working button', async () => {
|
|||||||
const button: deesCatalog.DeesButton = await webhelpers.fixture(
|
const button: deesCatalog.DeesButton = await webhelpers.fixture(
|
||||||
webhelpers.html`<dees-button></dees-button>`
|
webhelpers.html`<dees-button></dees-button>`
|
||||||
);
|
);
|
||||||
expect(button).to.be.instanceOf(deesCatalog.DeesButton);
|
expect(button).toBeInstanceOf(deesCatalog.DeesButton);
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.start();
|
tap.start();
|
||||||
|
Loading…
Reference in New Issue
Block a user