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