Replies: 2 comments 2 replies
-
Wondering this too |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @buti1021 @flippyhead , have you found the solution? I want to know how too 😔 |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
we are using dotenvx for our environment variables. Our test script in the package.json is defined as following:
` "test": "dotenvx run -f .env.local --strict -- vitest",
The tests run perfectly fine from the console with
npm run test
, however when running a test from the VS Code extension the environment is not present. How can this be achieved?Best
Beta Was this translation helpful? Give feedback.
All reactions