UNPKG

testbeats

Version:

Publish test results to Microsoft Teams, Google Chat, Slack and InfluxDB

7 lines (4 loc) 138 B
const { BasePlatform } = require('./base.platform'); class GitHubPlatform extends BasePlatform { } module.exports = { GitHubPlatform };