diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-06-14 16:44:21 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-06-14 16:44:21 -0400 |
| commit | b1600adec47a04f60e1da07d94a3ed3906ff5aee (patch) | |
| tree | 828f786da6806d7237ee5cbc5df61e552353b85b /frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap | |
| parent | a95e08cd2dd5d7ec0a0412adae02515a5f9cec4f (diff) | |
starter files
Diffstat (limited to 'frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap')
| -rw-r--r-- | frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap b/frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap deleted file mode 100644 index 00863d3..0000000 --- a/frontend/__tests__/__snapshots__/TakeMyMoney.test.js.snap +++ /dev/null @@ -1,67 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`<TakeMyMoney /> renders 1`] = ` -<ReactStripeCheckout - ComponentClass="span" - amount={15000} - className="StripeCheckout" - currency="USD" - description="Order of 3 Items From Sick Fits" - email="Delmer.Smith@yahoo.com" - image="dog-small.jpg" - label="Pay With Card" - locale="auto" - name="Sick Fits Haul" - reconfigureOnUpdate={false} - stripeKey="pk_lclTtThFp8CnO3QtEZSd8HA9mFUps" - token={[Function]} - triggerEvent="onClick" -> - <button - className="StripeCheckout" - onBlur={[Function]} - onClick={[Function]} - onFocus={[Function]} - onMouseDown={[Function]} - onMouseOut={[Function]} - onMouseUp={[Function]} - style={ - Object { - "background": "linear-gradient(#28a0e5,#015e94)", - "border": 0, - "borderRadius": 5, - "boxShadow": "0 1px 0 rgba(0,0,0,0.2)", - "cursor": "pointer", - "display": "inline-block", - "overflow": "hidden", - "padding": 1, - "textDecoration": "none", - "userSelect": "none", - "visibility": "visible", - } - } - > - <span - style={ - Object { - "backgroundImage": "linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4)", - "borderRadius": 4, - "boxShadow": "inset 0 1px 0 rgba(255,255,255,0.25)", - "color": "#fff", - "display": "block", - "fontFamily": "\\"Helvetica Neue\\",Helvetica,Arial,sans-serif", - "fontSize": 14, - "fontWeight": "bold", - "height": 30, - "lineHeight": "30px", - "padding": "0 12px", - "position": "relative", - "textShadow": "0 -1px 0 rgba(0,0,0,0.25)", - } - } - > - Pay With Card - </span> - </button> -</ReactStripeCheckout> -`; |
