Test (most of) the rest of WaypointMarker.

There isn't any UI observable behavior of the dragend of the waypoint,
but we can test that the backend was called. The only uncovered parts of
that component are now error paths, but the error handling in that
component is to just ignore errors, so there's also nothing to test
there.
This commit is contained in:
Dan Albert
2023-06-28 22:37:02 -07:00
parent 02c9fe93c5
commit de8d42e3e5
4 changed files with 1257 additions and 7 deletions

View File

@@ -71,6 +71,7 @@
"generate-license-file": "^2.0.0",
"jest-transform-stub": "^2.0.0",
"license-checker": "^25.0.1",
"msw": "^1.2.2",
"react-scripts": "5.0.1",
"ts-node": "^10.9.1",
"wait-on": "^6.0.1"