Skip to content

Commit

Permalink
skip axios mock on shared with me
Browse files Browse the repository at this point in the history
  • Loading branch information
fschade committed Jun 16, 2021
1 parent 7a3e4d8 commit f704def
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-app-files/tests/views/SharedWithMe.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { wrapper, store, showMessage, getShare } from './SharedWithMe.setup'

jest.unmock('axios')

describe('SharedWithMe component', () => {
describe('method triggerShareAction', () => {
beforeEach(() => {
Expand Down

0 comments on commit f704def

Please sign in to comment.