UNPKG

wechaty-grpc

Version:
9 lines 380 B
#!/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)('Chunk type imported from generated code', async (t) => { const typeOk = true; t.ok(typeOk, 'should be `string | Uint8Array`'); }); //# sourceMappingURL=chunk-transformer.spec.js.map