mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Added regression test for 'betas' option
This commit is contained in:
@@ -6,6 +6,7 @@ declare function it(desc: string, fn: () => void): void;
|
||||
describe("Stripe", () => {
|
||||
it("should excercise all Stripe API", () => {
|
||||
const stripe = Stripe('public-key');
|
||||
const stripeWithBetaOption = Stripe('public-key', { betas: ['beta-feature'] });
|
||||
const elements = stripe.elements();
|
||||
const style = {
|
||||
base: {
|
||||
|
||||
Reference in New Issue
Block a user