diff --git a/examples/hello-world/services/hello-function/garden.yml b/examples/hello-world/services/hello-function/garden.yml index 766b1f6bba..bf5e018ef5 100644 --- a/examples/hello-world/services/hello-function/garden.yml +++ b/examples/hello-world/services/hello-function/garden.yml @@ -3,7 +3,3 @@ module: name: hello-function type: openfaas lang: node - tests: - - name: unit - command: [npm, test] -