WebHooker/tests/fixtures/index.ts

3 lines
151 B
TypeScript

export { githubPush, githubPullRequest, githubIssues } from "./github";
export { giteaPush } from "./gitea";
export { customPayload } from "./custom";