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

Fixes issue #95 - created tests for drone-charging mission parameters #117

Closed hackora closed 5 years ago

hackora commented 5 years ago

Description

Added src/drone-charging/MissionParams.test.ts.

Related Issue

95.

Motivation and Context

This tests the serialize() and deserialiaze() methods of the drone-charging/MessageParams class.

How Has This Been Tested?

I ran npm run jest which showed that all tests passed.

Screenshots (if appropriate):

Types of changes

Checklist:

mariolo1985 commented 5 years ago

closes #95