mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00

This change both improves readability and fixes potential race-condition issues where promises were nested instead of being chained. Also includes: * Use arrow functions and Promise shorthands * Remove the obsolete `asyncTestDiscourse` helper