()
| 185 | hookDeclared = true; |
| 186 | } |
| 187 | function assertOrderingForDeclaringSkipUnless() { |
| 188 | if (suiteOrTestDeclared) { |
| 189 | throw new Error( |
| 190 | 'skipUnless or runIf must be declared before declaring sub-suites or tests' |
| 191 | ); |
| 192 | } |
| 193 | } |
| 194 | /** |
| 195 | * @param avaDeclareFunction either test or test.serial |
| 196 | */ |
no outgoing calls
no test coverage detected
searching dependent graphs…