-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat(components/lookup): add test harnesses to country field #2822
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 4ee71a0. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
Component Storybooks:
Apps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
your PR title says layout
when it should be lookup
...components/lookup/testing/src/country-field/fixtures/country-field-harness-test.component.ts
Show resolved
Hide resolved
libs/components/lookup/testing/src/country-field/country-field-harness.ts
Show resolved
Hide resolved
libs/components/lookup/testing/src/country-field/country-field-harness.ts
Outdated
Show resolved
Hide resolved
libs/components/lookup/testing/src/country-field/country-field-harness.ts
Show resolved
Hide resolved
libs/components/lookup/testing/src/country-field/country-field-harness.ts
Outdated
Show resolved
Hide resolved
libs/components/lookup/testing/src/country-field/country-field-search-result-harness.ts
Show resolved
Hide resolved
libs/components/lookup/testing/src/country-field/country-field-harness.ts
Outdated
Show resolved
Hide resolved
libs/components/lookup/testing/src/country-field/country-field-harness.ts
Outdated
Show resolved
Hide resolved
libs/components/lookup/testing/src/country-field/country-field-harness.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: John Lyons <[email protected]>
* origin/main: feat(components/lookup): add test harnesses to country field (#2822)
…ut-demo * origin/main: fix(components/pages): constrain page sizing (#2832) feat(components/lookup): add test harnesses to country field (#2822) fix(components/packages): accommodate vscode settings with json comments (#2833) feat(components/forms): tokenize input box styling (#2811) feat(components/theme): tokenize button styling (#2803) chore: release 11.11.2 (#2829) ci: adjust ci pipeline for fork pull requests (#2830) # Conflicts: # libs/components/theme/src/lib/styles/_layout-host.scss
🤖 I have created a release *beep* *boop* --- ## [11.12.0](11.11.2...11.12.0) (2024-10-16) ### Features * **components/forms:** tokenize input box styling ([#2811](#2811)) ([30e0304](30e0304)) * **components/lookup:** add test harnesses to country field ([#2822](#2822)) ([a5df333](a5df333)) * **components/theme:** tokenize button styling ([#2803](#2803)) ([f319508](f319508)) ### Bug Fixes * **components/packages:** accommodate vscode settings with json comments ([#2833](#2833)) ([be34b8d](be34b8d)) * **components/pages:** constrain page sizing ([#2832](#2832)) ([e89fb87](e89fb87)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
AB#2195394