-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Address output component test file to new format (#3308)
* modified test cases as per the ticket * changes in the given statements * changes as per comments * commiting latest changes * Changes as per comments * removing no params example * Update src/components/address-output/_test_examples.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> * Update src/components/address-output/_macro.spec.js Co-authored-by: rmccar <[email protected]> --------- Co-authored-by: Alessio Venturini <[email protected]> Co-authored-by: rmccar <[email protected]>
- Loading branch information
1 parent
7d9b0ac
commit af04adf
Showing
2 changed files
with
129 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export const EXAMPLE_ADDRESS_OUTPUT_FULL = { | ||
unit: 'Unit 5', | ||
organisation: 'Trescos', | ||
line1: 'Abingdon Road', | ||
line2: 'Goathill', | ||
town: 'Barry', | ||
postcode: 'AB12 6UH', | ||
}; |