Skip to content

Commit

Permalink
back out tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wsbrunson authored and elizabethmv committed Oct 12, 2023
1 parent 0819e18 commit fff642f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 64 deletions.
55 changes: 0 additions & 55 deletions test/integration/tests/card-fields/eligibility.js

This file was deleted.

3 changes: 0 additions & 3 deletions test/integration/tests/card-fields/index.js

This file was deleted.

1 change: 0 additions & 1 deletion test/integration/tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ import "./security";
import "./funding/paylater";
import "./funding/applepay";
import "./funding/venmo";
import "./card-fields";
5 changes: 0 additions & 5 deletions test/paypal.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import * as paypalWallet from "../src/interface/wallet"; // eslint-disable-line
import * as paypalMarks from "../src/interface/marks"; // eslint-disable-line import/no-namespace
import * as paypalFields from "../src/interface/fields"; // eslint-disable-line import/no-namespace
import * as paypalPaymentFields from "../src/interface/payment-fields"; // eslint-disable-line import/no-namespace
import * as paypalCardFields from "../src/interface/card-fields"; // eslint-disable-line import/no-namespace

// the enable-funding=venmo flag is temporarily needed for the venmo experiment
// the enable-funding=applepay flag is needed for applepay vertical stack and standalone buttons to render
Expand Down Expand Up @@ -35,8 +34,4 @@ setupSDK([
name: "paypal-fields",
requirer: () => ({ ...paypalFields, ...paypalPaymentFields }),
},
{
name: "paypal-card-fields",
requirer: () => paypalCardFields,
},
]);

0 comments on commit fff642f

Please sign in to comment.