Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating tests for drone-charging Message Params #109

Merged
merged 1 commit into from
Oct 29, 2018
Merged

Creating tests for drone-charging Message Params #109

merged 1 commit into from
Oct 29, 2018

Conversation

lucasheim
Copy link
Contributor

Description

Added MessageParams.test.ts to src/drone-charging. Fixes #94

Motivation and Context

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@mariolo1985 mariolo1985 merged commit d301921 into DAVFoundation:master Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create tests for src/drone-charging/MessageParams.ts using jest.
2 participants