python-archieve-projects/WechatBot/node_modules/clone-class/dist/esm/tests/integration.spec.js

6 lines
187 B
JavaScript
Executable File

#!/usr/bin/env -S node --no-warnings --loader ts-node/esm
import { test } from 'tstest';
test('tbw', async (t) => {
t.ok(true, 'tbw');
});
//# sourceMappingURL=integration.spec.js.map