-
Notifications
You must be signed in to change notification settings - Fork 0
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
Integrate Testing into Monorepo #85
Comments
Currently blocked by #19 until merged. |
Be sure to return
|
Interesting observation while trying to repro this... auro-select, which is dependent on both menu, passes it's test. Funnily enough, that same error message pops up during the process. Hard to say whether the error message listed in the issue is the actual problem with combobox and datepicker. |
After further investigation, the error listed in this ticket is not what is causing the tests to fail. Upon further investigation, one of there are bugs causing datepicker and combobox's tests to fail and will be addressed in a separate ticket. The work in this ticket will be to track down what is causing the |
Please verify the version of auro-form you have installed
1.5.0
Please describe the bug
In the new monorepo structure, running
npm run test
fails.For independent component packages that do not have dependencies on other component packages in
auro-formkit
, the tests pass.However, for components with
auro-formkit
dependencies, such ascombobox
, the tests will fail:The issue seems to be with the URL Web Test Runner generates, specifically:
This may be related to these issues:
Built files have '__wds-outside-root__' added to the name even though they are compiled and in the same source tree modernweb-dev/web#2681
[dev-server] commonjs plugin does not work with monorepo modernweb-dev/web#1536
Expected behavior
wtr
should not fail when running tests that depend on other component packages withinauro-formkit
.Additional context
#19
The text was updated successfully, but these errors were encountered: