Skip to content

Commit 21b8c9a

Browse files
committed
chore: add test data
1 parent 342e6c8 commit 21b8c9a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

test:foo/functions/say-hi.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
async function handler() {
2+
return ''
3+
}

test:foo/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"dependencies": {
3+
"typescript": "*",
4+
"lodash": "*"
5+
}
6+
}

0 commit comments

Comments
 (0)