DAVFoundation / dav-js

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

Creating tests for drone-charging Bid Params #114

Closed lucasheim closed 5 years ago

lucasheim commented 5 years ago

Description

Added BidParams.test.ts to src/drone-charging. Fixes #93

Motivation and Context

Test whether serialize() and deserialize() methods of the instance BidParams are working as expected.

How Has This Been Tested?

I ran npm run jest and all tests including new test passed.

Screenshots (if appropriate):

Types of changes

Checklist: