diff --git a/README.md b/README.md index 85d8ba2..aa1947a 100644 --- a/README.md +++ b/README.md @@ -36,18 +36,9 @@ $ yarn generate ``` ## Running Tests -You need to first start the app and the functions before running the tests. +Tests use the Netlify CLI to run the serverless functions locally. You'll probably be prompted to login with your Netlify account. ``` bash -# Build lambda functions locally -$ yarn netlify-lambda build netlify-lambda-src - -# Serve lambda functions locally -$ yarn netlify-lambda serve netlify-lambda-src - -# Serve nuxt app with hot reload at localhost:3000 -$ yarn dev - # Run tests $ yarn test ``` \ No newline at end of file diff --git a/components/Example1.vue b/components/Example1.vue index 43890f4..da1b3fa 100644 --- a/components/Example1.vue +++ b/components/Example1.vue @@ -25,7 +25,7 @@ export default {