We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a347ec commit 27a6683Copy full SHA for 27a6683
tests/test.sh
@@ -44,6 +44,9 @@ for project in test-func test-func-dev; do
44
assert_success "when invoked, it produces expected output" \
45
diff test-event.json test-out.log
46
47
+ echo "pre test: delete me"
48
+ npx serverless invoke local -f hello -d '{"baz":"boom"}'
49
+
50
# integration test local invocation
51
assert_success "it supports serverless local invocation" \
52
$(npx serverless invoke local -f hello -d '{"baz":"boom"}' \
0 commit comments