Test(s) contain linux-specific path(s) #336
Unanswered
BurtHarris
asked this question in
Bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are a number of tests which validate filenames against linux-style paths. This generates errors when attempting development on native Windows. An example below:
On Windows, the result is valid, but does not match the regex.
The above is in packages/mrm/src/tests/index.spec.js, but I suspect
there are going to be a number of such issues, and rather than fixing them
individually, use of a vscode devcontainer will allow me to develop in a containerized
environment.
Beta Was this translation helpful? Give feedback.
All reactions