Skip to content

Commit

Permalink
run tests without debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
altaywtf committed Oct 23, 2020
1 parent e734347 commit cd48417
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/paymentSession.spec.ts
Expand Up @@ -12,7 +12,12 @@ import {
} from './test-utils'

describe('createPaymentSession', () => {
const sessionConfig = { apiHost: mockAPIHost, pollInterval: 100, debug: true }
const sessionConfig = {
apiHost: mockAPIHost,
pollInterval: 100,
debug: false,
}

const { token, amount, currency } = mockAcceptNanoPayment
const mock = new MockAdapter(axios)

Expand Down

0 comments on commit cd48417

Please sign in to comment.