python-archieve-projects/WechatBot/node_modules/sidecar/dist/cjs/commonjs/code-root.spec.ts

10 lines
212 B
TypeScript

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