docs: Fix mistake in optimize-svg test suite description.

This commit is contained in:
synicalsyntax 2019-01-18 16:16:56 -08:00 committed by Tim Abbott
parent 2162d06e7c
commit 76bc253a8a
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@ Zulip also has about a dozen smaller tests suites:
this helps prevent bugs that break the development environment.
- `./tools/test-queue-worker-reload`: Verifies that Zulip's queue
processors properly reload themselves after code changes.
- `./tools/setup/optimize-svg`: Checks whether all SVG files for integration
- `./tools/setup/optimize-svg`: Checks whether all integration logo SVG
graphics are optimized.
logos are properly optimized for size (since we're not going to edit
third-party logos, this helps keep the Zulip codebase from getting huge).
- `./tools/test-tools`: Automated tests for various parts of our