Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fix test that was accidentally broke when introducing Aphrodite compo…
Browse files Browse the repository at this point in the history
…nents for dropdown/textbox

(broke when #6689 was merged)

Auditors: @luixxiul, @bbondy
  • Loading branch information
bsclifton committed Jan 25, 2017
1 parent c66be43 commit 7239b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/about/preferencesTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe('Preferences component', function () {
mockery.registerMock('../../less/forms.less', {})
mockery.registerMock('../../less/button.less', {})
mockery.registerMock('../../node_modules/font-awesome/css/font-awesome.css', {})
mockery.registerMock('../../extensions/brave/img/caret_down_grey.svg', 'caret_down_grey.svg')
window.chrome = fakeElectron
window.CustomEvent = {}

Expand Down

0 comments on commit 7239b48

Please sign in to comment.