refactor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { tap, expect, webhelpers } from '@push.rocks/tapbundle';
|
||||
import { tap, expect, webhelpers } from '@git.zone/tstest/tapbundle';
|
||||
|
||||
import * as deesCatalog from '../ts_web';
|
||||
import * as deesCatalog from '../ts_web/index.js';
|
||||
|
||||
tap.test('should create a working button', async () => {
|
||||
const button: deesCatalog.DeesButton = await webhelpers.fixture(
|
||||
@@ -9,4 +9,4 @@ tap.test('should create a working button', async () => {
|
||||
expect(button).toBeInstanceOf(deesCatalog.DeesButton);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
Reference in New Issue
Block a user