On the staging branch, johnyeocx pushed a fix that adds comprehensive credit system check tests. He also enhanced the documentation with testing guidelines, refactored the creditSystemUtils module (using strict equality, const declarations and a new getCreditCost helper), and sprinkled in a console log for troubleshooting. Finally, the commit greatly expands the /check endpoint test suite with detailed guides and credit-system integration tests.

fix: added credit system check tests - useautumn/autumn