Skip to content

Commit 27a6683

Browse files
committed
debug
1 parent 4a347ec commit 27a6683

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ for project in test-func test-func-dev; do
4444
assert_success "when invoked, it produces expected output" \
4545
diff test-event.json test-out.log
4646

47+
echo "pre test: delete me"
48+
npx serverless invoke local -f hello -d '{"baz":"boom"}'
49+
4750
# integration test local invocation
4851
assert_success "it supports serverless local invocation" \
4952
$(npx serverless invoke local -f hello -d '{"baz":"boom"}' \

0 commit comments

Comments
 (0)