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 tests for StartingMessageParams.ts #92

Closed sark01 closed 5 years ago

sark01 commented 5 years ago

Description

Added StartingMessageParams.test.ts file in src/vessel-charging/messages. Fixes Issue #28

Related Issue

31

Motivation and Context

The test file checks whether the serialize and deserialize methods work as it should.

How Has This Been Tested?

I executed npm run jest and made sure my code was not breaking.

Types of changes

Checklist:

mariolo1985 commented 5 years ago

closes #28