(setting: Setting)
| 539 | } |
| 540 | |
| 541 | private renderDevInfo(setting: Setting): void { |
| 542 | const infoContainer = setting.settingEl.createDiv(); |
| 543 | infoContainer.addClass("qa-dev-info"); |
| 544 | |
| 545 | renderDevelopmentInfo(infoContainer, { |
| 546 | branch: __DEV_GIT_BRANCH__, |
| 547 | commit: __DEV_GIT_COMMIT__, |
| 548 | dirty: __DEV_GIT_DIRTY__, |
| 549 | }); |
| 550 | } |
| 551 | } |
no test coverage detected