wechaty-puppet-padplus
Version:
Puppet Padplus for Wechaty
18 lines • 634 B
JavaScript
;
// /* eslint-disable */
// import test from 'blue-tape'
// import { GrpcQrCode, PadplusQrcode} from '../schemas'
// import { convertToQrcode } from './user-convertor'
// test('Convert grpc qrcode to padplus qrcode', async t => {
// const grpcQrCode: GrpcQrCode = {
// qrcode: 'string',
// qrcodeId: 'string',
// }
// const padplusQrCode: PadplusQrcode = {
// qrcode: 'string',
// qrcodeId: 'string',
// }
// const payload = convertToQrcode(grpcQrCode)
// t.deepEqual(payload, padplusQrCode, 'should parse grpc qrcode to a padplus qrcode')
// })
//# sourceMappingURL=user-convertor.spec.js.map