(opts = {})
| 331 | } |
| 332 | |
| 333 | async checkCreate(opts = {}) { |
| 334 | const { headSha = await this.triggerSha() } = opts; |
| 335 | |
| 336 | return await this.getDriver().checkCreate({ ...opts, headSha }); |
| 337 | } |
| 338 | |
| 339 | async publish(opts = {}) { |
| 340 | const { title = '', md, native, rmWatermark } = opts; |
no test coverage detected