Skip to content

Commit

Permalink
fix: sort properties
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Feb 1, 2020
1 parent 8cbcacd commit 686fef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/getStripeClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ describe('getStripeClient', () => {
url: 'url',
version: 'version',
},
timeout: 10000,
telemetry: false,
timeout: 10000,
});
expect(stripeClient).toBeInstanceOf(Stripe);
});
Expand Down

0 comments on commit 686fef1

Please sign in to comment.