feat(tools): add demodata feature, update package metadata, tsconfig paths, CI/workflows, and bump deps

This commit is contained in:
2025-12-18 14:18:05 +00:00
parent 4bd61aed70
commit 4f08d09552
17 changed files with 3841 additions and 4976 deletions

View File

@@ -1,8 +1,8 @@
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
import { expect, tap } from '@git.zone/tstest/tapbundle';
import * as portablecontract from '../ts/index.js'
tap.test('first test', async () => {
console.log(portablecontract)
})
tap.start()
export default tap.start();