TardTest Unit Test Runner

This page is a test runner for the TardQuest's libraries. When opened, it automatically executes a series of unit tests organized into sections by library or feature area. Each section summarizes the results: if all tests pass, the section shows "All Tests Passed" and collapses to keep the view clean. But if any test fails, the section shows "Tests Failed" and expands to display detailed results for debugging.

This page should be checked before approving or releasing code to ensure that everything is in working order. If a test fails, then either the implementation broke something, or the implementation has changed deliberately and the test needs to be updated to match the expected behavior.

⚠️ It appears that something has broken!

If you are seeing this message, then JavaScript has failed to run. This most likely means that there is an error in the codebase. Check the console in your browser's Developer Tools to see what went wrong.