fix(deps): bump dependencies, update build/test configuration, and reorganize npmextra configuration
This commit is contained in:
9
test/test.chromium.ts
Normal file
9
test/test.chromium.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { expect, tap } from '@push.rocks/tapbundle';
|
||||
import * as domtools from '../ts/index.js';
|
||||
|
||||
tap.test('first test', async () => {
|
||||
const domtoolsInstance = await domtools.DomTools.setupDomTools();
|
||||
expect(domtoolsInstance).toBeInstanceOf(domtools.DomTools);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
Reference in New Issue
Block a user