Unable to run vitest #17931
Unanswered
sunit-joshi
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When running "npm run test" (I'm using vitest) I'm getting this error regarding #q-app/wrappers
FAIL src/tests/facilities.test.js [ src/tests/facilities.test.js ]
Error: Failed to load url #q-app/wrappers (resolved id: #q-app/wrappers) in /Users/sa-sjoshi/Library/CloudStorage/OneDrive-Hexagon/Documents/Office/Projects/FacilitiesVS2022/facilities-client/src/boot/appSettings.js. Does the file exist?
❯ loadAndTransform node_modules/vite/dist/node/chunks/dep-DDxXL6bt.js:41310:17
My jsconfig.json is:
{
"extends": "./.quasar/tsconfig.json"
}
Any help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions