albertorestifo / node-dijkstra

A NodeJS implementation of Dijkstra's algorithm
MIT License
158 stars 36 forks source link

Add test for invalid graph type #29

Closed elliotwutingfeng closed 1 year ago

elliotwutingfeng commented 1 year ago

Changes

Added missing test case for invalid graph type. Improves test coverage to 100%.

albertorestifo commented 1 year ago

Uff, this repo is still using TravisCI 😂

Let me do an update to use GitHub Actions so we get feedback on the PR

albertorestifo commented 1 year ago

Can you rebase the PR? I configured GitHub actions so now we have a working CI again

albertorestifo commented 1 year ago

Thanks for the contribution 🎉