Skip to content

Commit

Permalink
Do not need to mock jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Sep 3, 2020
1 parent 1bcd763 commit 76a3803
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions __tests__/feature/searchAndOpenTemplate.test.js
Expand Up @@ -7,9 +7,6 @@ import Config from 'Config'
jest.spyOn(Config, 'useResourceTemplateFixtures', 'get').mockReturnValue(true)
jest.mock('sinopiaSearch')

// Mock jquery
global.$ = jest.fn().mockReturnValue({ popover: jest.fn() })

describe('searching and opening a resource', () => {
const history = createHistory(['/templates'])
const store = createStore()
Expand Down

0 comments on commit 76a3803

Please sign in to comment.