Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Jan 31, 2024
1 parent 7c5df9f commit e23989d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/loadStripe.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
const { describe, it } = require("mocha");
const { expect } = require("chai");
const { expect } = import("chai");
const { Stripe: StripeAdmin } = require("stripe");
const {
stripeAdminSDK,
Expand Down

0 comments on commit e23989d

Please sign in to comment.