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

Updated tests for `src/ride-hailing/MissionParams.test.ts` using Jest #81

Closed sark01 closed 5 years ago

sark01 commented 5 years ago

Fixes #79

Description

This file tests deserialize method of the class exported by MissionParams.ts. It ensures that deserializing a serialized class instance will result in the original class instance.

How Has This Been Tested?

I have executed npm run jest to check whether all my code changes are passing the tests.

Screenshots (if appropriate):

Types of changes

Checklist: