* @param {function():boolean} fn
(fn)
| 109 | * @param {function():boolean} fn |
| 110 | */ |
| 111 | if(fn) { |
| 112 | this.ifMatchers.push(fn); |
| 113 | return this; |
| 114 | } |
| 115 | |
| 116 | isSkipped() { |
| 117 | for (let i = 0; i < this.skipMatchers.length; i++) { |
no test coverage detected