Skip to content

Commit

Permalink
Merge pull request #42 from srmagura/rename-visual-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Sep 29, 2021
2 parents eb704d6 + 1b1def1 commit 8b74fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ As an example, the [Converter](https://typedoc.org/api/classes/converter.html) f

## Tests

TypeDoc has tests for individual utilities and some components, but the majority of the project is tested by converting source files into their JSON model and comparing it to a known good version. The basic example under `examples/basic` is rendered to HTML to test theme changes.
TypeDoc has tests for individual utilities and some components, but the majority of the project is tested by converting source files into their JSON model and comparing it to a known good version. The basic example under `src/test/renderer/testProject` is rendered to HTML to test theme changes.

If changing the behavior of a converter or resolver, it should be possible to modify one of the existing tests under `src/test/converter`.
Bug fixes or feature additions which need to change one of the `specs*.json` files should run `npm run rebuild_specs [converter|renderer] [converter filter]` to run the current build of TypeDoc on the source files and generate new specs.
Expand Down

0 comments on commit 8b74fa0

Please sign in to comment.