Ignore docs could be clarified by adding a list of allowed keywords
Author: jcollum-nutrienCreated May 3, 2023Updated May 3, 2023
From https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md:
A coverage skip hint looks like /* istanbul ignore <word>[non-word] [optional-docs] */
Except there's no list of what word and optional-docs can be nor any link to where that list can be found.
Source: gotwarlost/istanbul