Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate tests for `src/drone-charging/MessageParams.ts` using jest. #94
Comments
This comment has been minimized.
This comment has been minimized.
I can do this one too. |
This comment has been minimized.
This comment has been minimized.
Hi @lucasheim that's great |
This comment has been minimized.
This comment has been minimized.
Sure, this one. |
This comment has been minimized.
This comment has been minimized.
Excellent! This one is yours |
mariolo1985
added
claimed
and removed
help wanted
up-for-grabs
labels
Oct 28, 2018
lucasheim
referenced this issue
Oct 28, 2018
Merged
Creating tests for drone-charging Message Params #109
mariolo1985
closed this
in
#109
Oct 29, 2018
added a commit
that referenced
this issue
Oct 29, 2018
This comment has been minimized.
This comment has been minimized.
Great work @lucasheim |
mariolo1985
referenced this issue
Jan 31, 2019
Closed
Create tests for `ride-hailing/MessageParams` using jest. #32
mariolo1985
reopened this
Jan 31, 2019
mariolo1985
added
claimed
and removed
claimed
labels
Jan 31, 2019
This comment has been minimized.
This comment has been minimized.
hey @jmarkham828 if you are still available to help, you can have this one. |
mariolo1985
added
up-for-grabs
help wanted
and removed
claimed
labels
Feb 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mariolo1985 commentedOct 20, 2018
•
edited
first-timers-only
This issue is tagged
first-timers-only. It is only for people who have never contributed to open source before, and are looking for an easy way take their first steps.
Consider this your chance to dip your toe into the world of open-source, and get some bragging rights for writing code that makes drones fly, lets cars find charging stations, helps people and goods get from place to place, and more.
Find more first-timers-only issues from DAV Foundation here.
Thank you for your help❤️
What is this project?
DAV (Decentralized Autonomous Vehicles) is a new foundation working to build an open-source infrastructure for autonomous vehicles (cars, drones, trucks, robots, and all the service providers around them) to communicate and transact with each other over blockchain.
As an organization that believes in building a large community of open-source contributors, we often create issues like this one to help people take their first few steps into the world of open source.
dav-js
This repo contains the DAV JavaScript SDK. This SDK allows developers to build applications and servers that connect to the DAV network. For example, allowing a drone to find charging stations, or an autonomous car to ask for traffic data.
How you can help
In order to foster a community that is welcoming for open source contributions, it is important for us to have good test coverage. And good tests are simple, readable tests.
Here is a good opportunity to simplify one of our tests.
The Issue
We currently do not have unit testing set up for src/drone-charging/MessageParams.ts. Please create Jest tests for the
serialize()
anddeserialize()
methods.A good reference point would be src/ride-hailing/MissionParams.test.ts and customize it to the expected parameters and properties. If you are unsure what is expected, run😄
npm run jest
in the terminal and it should give you a hint. Also, you can reach out to our gitter channel with any questionsThe test you write will be similar to this:
After making your changes, run
npm run tslint
andnpm run jest
to make sure our tests are passing.Contributing to dav-js
up-for-grabs
and not labeledclaimed
, to verify no one else is working on it.$ git clone git@github.com:YOUR-GITHUB-USER-NAME/dav-js.git
npm install
$ git push -u origin master
#7
)Asking for help
We appreciate your effort in taking the time to work on this issue and help out the open source community and the foundation. If you need any help, feel free to ask below or in our gitter channel. We are always happy to help😄