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