tools/test/test.ts

9 lines
203 B
TypeScript
Raw Permalink Normal View History

2023-11-22 19:02:38 +00:00
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
import * as portablecontract from '../ts/index.js'
tap.test('first test', async () => {
console.log(portablecontract)
})
tap.start()