python-archieve-projects/WechatBot/node_modules/file-box/dist/esm/tests/integration.spec.js

6 lines
196 B
JavaScript
Executable File

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