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

Commit

Permalink
Fix unit tests- I believe they broke with cbfb3f3 (mockery failing to…
Browse files Browse the repository at this point in the history
… load the new format for the SVG)

Auditors: @cezaraugusto
  • Loading branch information
bsclifton committed Mar 29, 2017
1 parent cbfb3f3 commit fd6763e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/app/renderer/tabContentTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ require('../../braveUnit')
describe('tabContent components', function () {
before(function () {
mockery.registerMock('../../extensions/brave/img/tabs/new_session.svg')
mockery.registerMock('../../extensions/brave/img/tabs/close_btn_normal.svg')
mockery.registerMock('../../extensions/brave/img/tabs/close_btn_hover.svg')
mockery.enable({
warnOnReplace: false,
warnOnUnregistered: false,
Expand Down

0 comments on commit fd6763e

Please sign in to comment.