-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
[Bug] : Incomplete Paths for testcases for all steps inside tests folder #2
Comments
Please share reproduction steps or minimum reproduction repository, can't reproduce on my system and getting normal behaviour on the base repo. |
Dear @techsavvyash , Thank you for your prompt response. I appreciate your attention to this matter. While I understand that the issue I encountered might not be replicable on your system, I'm confident that the changes I proposed will ensure compatibility across different environments. The change I made in the code (--testPathPattern=./tests/step-01) to (--testPathPattern=./tests/step-01/index) resolved the issue on my system. By specifying the path more explicitly, I've ensured that the Jest tests will run consistently in every environment, regardless of individual configurations. I'm more than willing to collaborate with you to find a solution that works for both of us. If there's any additional information or assistance I can provide, please don't hesitate to let me know. Additionally, I believe it would be beneficial to update the project documentation with information about potential setup or environment issues. This could include a troubleshooting section or clarifications regarding the Jest configuration to help other users who might encounter similar problems in the future. Thank you for your understanding and cooperation. I look forward to working together to resolve this issue. Best regards, To provide more clarity on the problem, I've outlined the steps to reproduce the issue on my system below: To reproduce
cd stylusdb-sql-base
npm i
npm install jest --save-dev
"scripts": {
"test": "jest"
}
npm run test:1 Expected Outcome The result for test (pass or fail) should be the output instead of error message Screenshot |
why are we installing and configuring |
Is this issue fixed @techsavvyash |
Describe the issue
Issue while running tests from terminal eg. "npm run test : 1"
Getting error message "0-matches" for test
The paths for tests are not completely defined
To reproduce
Expected Outcome
The result for test (pass or fail) should be the output instead of error message
Screenshot
The text was updated successfully, but these errors were encountered: