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

8 lines
292 B
JavaScript
Executable File

#!/usr/bin/env -S node --no-warnings --loader ts-node/esm
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tstest_1 = require("tstest");
(0, tstest_1.test)('integration test', async (t) => {
t.pass('tbw');
});
//# sourceMappingURL=integration.spec.js.map