* Add a list of tests to the register. * * @param {Object[]} tests
(tests)
| 36 | * @param {Object[]} tests |
| 37 | */ |
| 38 | addTests(tests) { |
| 39 | this.tests = this.tests.concat(tests); |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * Add a list of api tests to the register |
no outgoing calls
no test coverage detected