fix(core):
This commit is contained in:
@ -2,7 +2,8 @@ import { expect, tap } from '@pushrocks/tapbundle';
|
||||
import * as tsbundle from '../ts/index';
|
||||
|
||||
tap.test('first test', async () => {
|
||||
console.log(tsbundle.standardExport);
|
||||
tsbundle;
|
||||
console.log('hi');
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user