fix(core): update
This commit is contained in:
10
test/test.browser.ts
Normal file
10
test/test.browser.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { expect, tap } from '@pushrocks/tapbundle';
|
||||
import * as deesComms from '../ts/index';
|
||||
|
||||
let deesCommsTest: deesComms.DeesComms;
|
||||
|
||||
tap.test('first test', async () => {
|
||||
deesCommsTest = new deesComms.DeesComms();
|
||||
});
|
||||
|
||||
tap.start();
|
Reference in New Issue
Block a user