Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit 3bbced4

Browse files
committed
test: fix test fixtures
1 parent de92316 commit 3bbced4

File tree

6 files changed

+1196
-34
lines changed

6 files changed

+1196
-34
lines changed

test/events/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
const opened = require('./pull_request.opened.json')
2+
const synchronize = require('./pull_request.synchronize.json')
3+
4+
module.exports = { opened, synchronize }

0 commit comments

Comments
 (0)