fix: error message due to missing package

This error message appeared before the installation of this package
resolved the issue: SecurityError: localStorage is not available for
opaque origins
This commit is contained in:
David Laganiere 2023-01-10 07:17:02 -05:00
commit 9b35150013
No known key found for this signature in database
GPG key ID: 18C4B80581C28747
2 changed files with 252 additions and 5 deletions

View file

@ -27,6 +27,7 @@
"@testing-library/react": "12.1.5",
"axios-mock-adapter": "^1.21.2",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-transform-css": "^6.0.0",
"source-map-explorer": "^2.5.2"
},