We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stencil version:
@stencil/core@<0.7.18>
I'm submitting a:
[x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com
Current behavior:
npm test
Cannot fing module '... folder without \ ...'
Expected behavior: to have the test running ;-)
Steps to reproduce: explained above
Other information: I will propose a PR for this. The problem come from the node_modules\@stencil\core\testing\jest.preprocessor.js line 15.
node_modules\@stencil\core\testing\jest.preprocessor.js
The text was updated successfully, but these errors were encountered:
PR proposed: #701
Sorry, something went wrong.
Thanks for opening an issue with us! I can reproduce this issue and am testing your PR now.
Merged! #701 thanks!
No branches or pull requests
Stencil version:
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com
Current behavior:
npm test
of the starter app on windows 10Cannot fing module '... folder without \ ...'
Expected behavior:
to have the test running ;-)
Steps to reproduce:
explained above
Other information:
I will propose a PR for this.
The problem come from the
node_modules\@stencil\core\testing\jest.preprocessor.js
line 15.The text was updated successfully, but these errors were encountered: