Skip to content

Conversation

@amlehman
Copy link
Contributor

@amlehman amlehman commented Dec 5, 2025

Description

  1. I added a slow test reporter to identify slow tests
  2. Mocked out fetch in tests to prevent tests from using requests
  3. Investigated slowest tests. I didn't find any unmocked requests. Most of the tests I wasn't able to do much about their slowness because it was inherent to the tests (testing user operations that needed waits, etc). I was able to reduce the time of the slowest test (GenesAndMutationFrequencyAnalysisTool.unit.test.tsx) by a lot though.

Checklist

  • Added proper unit tests
  • Left proper TODO messages for any remaining tasks
  • Scanned for web accessibility with aXe, and mitigated or documented
    flagged issues

Screenshots/Screen Recordings (if Appropriate)

@wteouchicago
Copy link
Contributor

nothing for me to test, but I do see the new info about the slowest tests.

@wteouchicago wteouchicago marked this pull request as draft January 7, 2026 19:51
@wteouchicago wteouchicago marked this pull request as ready for review January 14, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants