AnomalyInnovations / serverless-stack-demo-api

Source for the demo app API in the Serverless Stack Guide
https://demo.serverless-stack.com
MIT License
518 stars 197 forks source link

SecurityError: localStorage is not available for opaque origins #20

Open rparcus opened 6 years ago

rparcus commented 6 years ago

I encountered this error when running yarn test in https://serverless-stack.com/chapters/unit-tests-in-serverless.html

Solved it by changing the script in package.json to

"scripts": {
    "test": "jest --env=node"
  },
jayair commented 6 years ago

Oh which version of Jest were you using?