Mention testing

This commit is contained in:
Wilson Lin 2020-07-10 21:00:52 +10:00
parent 86f961e600
commit cfba485f1f
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Available as:
- Minification is done in one pass with no backtracking or DOM/AST building.
- No extra heap memory is allocated during processing, which increases performance.
- Context-aware whitespace handling allows maximum minification while retaining desired spaces.
- Well tested with a large test suite and extensive [fuzzing](./fuzz).
## Performance