Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Steam committed Mar 13, 2020
1 parent 999ac56 commit aa60fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jest/jest-mock.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Subject } from 'rxjs'
import { getBucket, storage } from './jest-mock'
import { MockBucket } from './jest-mock'

jest.mock('./index.ts')
jest.mock('../index.ts')

const MockInstance = jest.fn().constructor

Expand Down

0 comments on commit aa60fbf

Please sign in to comment.