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 8190b88 commit 6d3ed6d
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

1 comment on commit 6d3ed6d

@bbondy
Copy link
Member

@bbondy bbondy commented on 6d3ed6d Jan 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.