(command)
| 538 | } |
| 539 | |
| 540 | function isTransactionCommand(command) { |
| 541 | return ['startTransaction', 'commitTransaction', 'abortTransaction'].indexOf(command) !== -1; |
| 542 | } |
| 543 | |
| 544 | function isTestRunnerCommand(context, commandName) { |
| 545 | const testRunnerContext = context.testRunner; |
no outgoing calls
no test coverage detected