wechaty-grpc
Version:
gRPC for Wechaty
14 lines (9 loc) • 394 B
text/typescript
import { test } from 'tstest'
import google from './google.cjs'
test('CJS: HealthCheckResponse', async t => {
t.ok(google.HealthCheckResponse, 'should exists "HealthCheckResponse"')
})
test('CJS: ServingStatus.SERVING', async t => {
t.ok(google.HealthCheckResponse.ServingStatus.SERVING, 'should exists "ServingStatus.SERVING"')
})