Skip to content

Commit 840f37d

Browse files
committed
stamp: meowmeow
1 parent 5f759f5 commit 840f37d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/function/bundle_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func TestBundleFunction(t *testing.T) {
4848
"hello/index.ts",
4949
"hello/deno.json",
5050
[]string{"hello/data.pdf"},
51+
true,
5152
&body,
5253
)
5354
// Check error
@@ -78,6 +79,7 @@ func TestBundleFunction(t *testing.T) {
7879
"hello/index.ts",
7980
"",
8081
nil,
82+
true,
8183
&body,
8284
)
8385
// Check error

0 commit comments

Comments
 (0)