python-archieve-projects/WechatBot/node_modules/wechaty-puppet-xp/dist/cjs/commonjs/code-root.spec.ts

10 lines
208 B
TypeScript

#!/usr/bin/env -S ts-node --project tsconfig.cjs.json
import { test } from 'tstest'
import { codeRoot } from './code-root'
test('CJS: codeRoot()', async t => {
t.ok(codeRoot, 'should exist codeRoot')
})