-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* unit tests * test functions * functions tests * android permissions and b64 tests * ts fix, improve tests * handle clearCachedCredentials exceptional method * useStripeTerminala more unit tests * typo fix
- Loading branch information
1 parent
25564e5
commit 3613b2e
Showing
17 changed files
with
1,750 additions
and
23 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,42 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`functions.test.ts Functions snapshot ensure there are no unexpected changes to the functions exports 1`] = ` | ||
Object { | ||
"cancelCollectPaymentMethod": [Function], | ||
"cancelCollectRefundPaymentMethod": [Function], | ||
"cancelCollectSetupIntent": [Function], | ||
"cancelDiscovering": [Function], | ||
"cancelInstallingUpdate": [Function], | ||
"cancelPaymentIntent": [Function], | ||
"cancelReadReusableCard": [Function], | ||
"cancelSetupIntent": [Function], | ||
"clearCachedCredentials": [Function], | ||
"clearReaderDisplay": [Function], | ||
"collectPaymentMethod": [Function], | ||
"collectRefundPaymentMethod": [Function], | ||
"collectSetupIntentPaymentMethod": [Function], | ||
"confirmSetupIntent": [Function], | ||
"connectBluetoothReader": [Function], | ||
"connectEmbeddedReader": [Function], | ||
"connectHandoffReader": [Function], | ||
"connectInternetReader": [Function], | ||
"connectLocalMobileReader": [Function], | ||
"connectUsbReader": [Function], | ||
"createPaymentIntent": [Function], | ||
"createSetupIntent": [Function], | ||
"disconnectReader": [Function], | ||
"discoverReaders": [Function], | ||
"getLocations": [Function], | ||
"initialize": [Function], | ||
"installAvailableUpdate": [Function], | ||
"processPayment": [Function], | ||
"processRefund": [Function], | ||
"readReusableCard": [Function], | ||
"retrievePaymentIntent": [Function], | ||
"retrieveSetupIntent": [Function], | ||
"setConnectionToken": [Function], | ||
"setReaderDisplay": [Function], | ||
"setSimulatedCard": [Function], | ||
"simulateReaderUpdate": [Function], | ||
} | ||
`; |
File renamed without changes.
Oops, something went wrong.