Skip to content

Commit 9145c12

Browse files
committed
test: add fixtures
1 parent 58a3c81 commit 9145c12

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/fixtures/mockAsyncEvent.ts

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export const rawNodejsTickObject = {}
2+
3+
export const rawNodejsServerResponse = {}
4+
5+
export const expressTickObject = {}
6+
7+
export const expressServerResponse = {}

0 commit comments

Comments
 (0)