DAVFoundation / dav-js

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

Added test for src/drone-charging/NeedFilterParams.ts #105

Closed lucasheim closed 5 years ago

lucasheim commented 5 years ago

Description

Added NeedFilterParams.test.ts to src/drone-charging. Fixes #96

Motivation and Context

Test whether serialize() and deserialize() methods of the instance NeedFilterParams 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: