mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
28551a82b4
This test has 2 async parts, loading the markdown file and the marked parsing. First attempt to fix the flakiness is by inline the markdown file. If this test timeouts again in the future it means the timeout is related to marked itself (and the dynamic import of mermaid). PR Close #59994