feat(babel6): Fix FixedPopover spec

This commit is contained in:
Evan Morikawa 2016-05-04 11:19:53 -07:00
parent 52593745c1
commit aa6020c871

View file

@ -14,7 +14,7 @@ const makePopover = (props = {})=> {
return popover
};
describe('FixedPopover', ()=> {
describe('FixedPopover', function fixedPopover() {
describe('computeAdjustedOffsetAndDirection', ()=> {
beforeEach(()=> {
this.popover = makePopover()