Don't use the project readme when testing the renderer #853
Labels
good first issue
Easier issue for first time contributors
help wanted
Contributions are especially encouraged
The current renderer end-to-end test generates an index.html file based on the project readme. While we want to check that the renderer converts markdown to HTML, it is problematic to use the project readme. Any contributions to improve the readme will fail the CI because they also require updating the specs.
The typedoc application config in the render.ts spec file should be updated to point to a static dummy readme that does not change as frequently as the project readme.
Steps
The text was updated successfully, but these errors were encountered: