DAVFoundation / dav-js

Enable integration of JavaScript, TypeScript, and Node.js code with the DAV Network
https://developers.dav.network/
MIT License
75 stars 51 forks source link

test for ride-hailing/VehicleLocationMessageParams #31 #33

Closed khvr000 closed 5 years ago

khvr000 commented 5 years ago

Description

Added VehicleLocationMessageParams.test.ts file in src/ride-hailing

Related Issue

This is an open issue with name Create tests for ride-hailind/VehicleLocationMessageParams using jest , and the link is https://github.com/DAVFoundation/dav-js/issues/31

Motivation and Context

This test file helps to check that the serialize and deserialize methods work as expected

How Has This Been Tested?

Installed Jest in my machine and ran test with jest

Screenshots (if appropriate):

testsuccessmessage

Types of changes

Checklist:

TalAter commented 5 years ago

Thank you @khvr000

I've asked @srfrnk to check it out.

TalAter commented 5 years ago

Excellent pull request.

Thank you, and congratulations on your first pull request!

khvr000__harshavardhan_