Minor comment fixes

This commit is contained in:
Bán Dénes 2022-12-03 17:19:51 +01:00
parent cf9007aa50
commit 1da986e609
2 changed files with 3 additions and 1 deletions

View file

@ -27,7 +27,7 @@ for (const unit of glob.sync(path.join(__dirname, 'unit', '*.js'))) {
// Integration tests
// the --what switch supports categories (like `points` and `outlines`)
// as well as individual tests using slash-notation (like `points/000`)
// as well as individual tests using slash-notation (like `points/default`)
// the --dump switch can output the new results, overriding the old reference
const cap = s => s.charAt(0).toUpperCase() + s.slice(1)