wechaty-grpc
Version:
gRPC for Wechaty
11 lines • 458 B
JavaScript
;
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