stellasia / neomap

A Neo4j Desktop application to visualize nodes with geographic attributes on a map.
GNU General Public License v3.0
106 stars 13 forks source link

Fix tests and CI #62

Closed stellasia closed 4 years ago

stellasia commented 4 years ago

For now, I have commented out failing tests in https://github.com/stellasia/neomap/pull/64 but need to test the full process including actions.

okjodom commented 4 years ago

Starting work on the first part of this issue, Fix tests

stellasia commented 4 years ago

Thanks @jodom for this new awesome test framework! CI is also working, except for Node 8, but I guess we can drop this from the test matrix since it won't be supported anymore.

okjodom commented 4 years ago

We should close this issue then, if there's no more work here

stellasia commented 4 years ago

Yes, closing this after removing Node v8.x from CI (in https://github.com/stellasia/neomap/commit/012fe3fa6df456526d1d07b61921ebcb123132e8)

We'll need to extend the tests, but first need to be defined precisely and that's another issue.