This repository was archived by the owner on Jul 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
James Baxley
committed
Dec 5, 2016
1 parent
1d0db3b
commit cea9bf7
Showing
6 changed files
with
17 additions
and
17 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
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
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
18 changes: 9 additions & 9 deletions
18
imports/blocks/give/fieldsets/shared/__tests__/__snapshots__/ButtonText.js.snap
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 |
---|---|---|
@@ -1,53 +1,53 @@ | ||
exports[`test should say \`Give Now using 4321\` if cardNumber 1`] = ` | ||
<span> | ||
Give Now using 4321 | ||
Give using 4321 | ||
</span> | ||
`; | ||
|
||
exports[`test should say \`Give Now using 6789\` if accountNumber 1`] = ` | ||
<span> | ||
Give Now using 6789 | ||
Give using 6789 | ||
</span> | ||
`; | ||
|
||
exports[`test should say \`Give Now\` with minimal props 1`] = ` | ||
<span> | ||
Give Now | ||
Give | ||
</span> | ||
`; | ||
|
||
exports[`test should say \`Schedule Now using 4321\` if schedule and cardNumber 1`] = ` | ||
<span> | ||
Schedule Now using 4321 | ||
Schedule using 4321 | ||
</span> | ||
`; | ||
|
||
exports[`test should say \`Schedule Now using 6789\` if schedule and accountNumber 1`] = ` | ||
<span> | ||
Schedule Now using 6789 | ||
Schedule using 6789 | ||
</span> | ||
`; | ||
|
||
exports[`test should say \`Schedule Now\` if schedule present 1`] = ` | ||
<span> | ||
Schedule Now | ||
Schedule | ||
</span> | ||
`; | ||
|
||
exports[`test should say \`Transfer Now using 4321\` if schedule and cardNumber 1`] = ` | ||
<span> | ||
Transfer Now using 4321 | ||
Transfer using 4321 | ||
</span> | ||
`; | ||
|
||
exports[`test should say \`Transfer Now using 6789\` if recoverable schedule and accountNumber 1`] = ` | ||
<span> | ||
Transfer Now using 6789 | ||
Transfer using 6789 | ||
</span> | ||
`; | ||
|
||
exports[`test should say \`Transfer Now\` if recoverable schedule 1`] = ` | ||
<span> | ||
Transfer Now | ||
Transfer | ||
</span> | ||
`; |