fix(metadata): update package metadata and align company schema integration with latest tsclass types
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { expect, tap, webhelpers } from '@pushrocks/tapbundle';
|
||||
webhelpers.enable();
|
||||
import { expect, tap } from '@git.zone/tstest/tapbundle';
|
||||
|
||||
import * as websetup from '../ts/index.js';
|
||||
|
||||
@@ -15,4 +14,4 @@ tap.test('first test', async () => {
|
||||
expect(document.title).toEqual('mytitle');
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
Reference in New Issue
Block a user