fix(core): update
This commit is contained in:
parent
22d7883c04
commit
6a161982b7
@ -1,12 +1,10 @@
|
|||||||
import { tap, expect, webhelpers } from '@pushrocks/tapbundle';
|
import { tap, expect, webhelpers } from '@pushrocks/tapbundle';
|
||||||
webhelpers.enable();
|
|
||||||
const html = webhelpers.html;
|
|
||||||
|
|
||||||
import * as deesCatalog from '../ts_web';
|
import * as deesCatalog from '../ts_web';
|
||||||
|
|
||||||
tap.test('should create a working button', async () => {
|
tap.test('should create a working button', async () => {
|
||||||
const button: deesCatalog.DeesButton = await webhelpers.fixture(
|
const button: deesCatalog.DeesButton = await webhelpers.fixture(
|
||||||
html`<dees-button></dees-button>`
|
webhelpers.html`<dees-button></dees-button>`
|
||||||
);
|
);
|
||||||
expect(button).to.be.instanceOf(deesCatalog.DeesButton);
|
expect(button).to.be.instanceOf(deesCatalog.DeesButton);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user