FormidableLabs / envy

Node.js Telemetry & Network Viewer
https://envy-webui.vercel.app
MIT License
109 stars 0 forks source link

Reinstate and fix unit tests for `TraceDetails.tests.tsx` #188

Closed kgpax closed 12 months ago

kgpax commented 1 year ago

In TraceDetails.tests.tsx all but one of the tests are being skipped:

image

If we revert this so that all tests are run, 27 of them fail:

image

We need to make sure that all tests are run, and update all tests to reflect the changes that have been made to the trace details UI.