Skip to content

Commit

Permalink
Remove jest reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoss18 committed Mar 8, 2024
1 parent 2e497d9 commit c9f557f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/service/session-service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import SessionService from "../../../lib/services/session-service";
import TastytradeHttpClient from "../../../lib/services/tastytrade-http-client";
import nock from 'nock'

jest.mock('axios')

const BaseUrl = 'https://fakeurl.org'

function stubLogin(responseData: any) {
Expand Down

0 comments on commit c9f557f

Please sign in to comment.