UNPKG

wechaty-grpc

Version:
11 lines 458 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"); const google_js_1 = require("./google.js"); (0, tstest_1.test)('Timestamp', async (t) => { const timestamp = new google_js_1.Timestamp(); timestamp.fromDate(new Date()); t.ok(timestamp, 'should create a timestamp protocol buffer'); }); //# sourceMappingURL=google.spec.js.map