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

8 lines
303 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', async (t) => {
await t.todo('to be written');
});
//# sourceMappingURL=integration.spec.js.map