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 af7495b commit 62de424Copy full SHA for 62de424
tests/test.sh
@@ -4,6 +4,7 @@
4
HERE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
5
# Root directory of the repository
6
DIST=$(cd $HERE/..; pwd)
7
+export SILENT=1
8
9
source "${HERE}"/bashtest.sh
10
@@ -20,7 +21,7 @@ for project in test-func test-func-dev; do
20
21
22
# install build deps
23
assert_success "it installs with npm" \
- SILENT=1 npm i -D "$DIST" --silent
24
+ npm i -D "$DIST" --silent
25
26
# integration test `package` command
27
assert_success "it packages with serverless" \
0 commit comments