mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 07:36:12 +08:00
feat(babel6): Fix FixedPopover spec
This commit is contained in:
parent
52593745c1
commit
aa6020c871
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const makePopover = (props = {})=> {
|
||||||
return popover
|
return popover
|
||||||
};
|
};
|
||||||
|
|
||||||
describe('FixedPopover', ()=> {
|
describe('FixedPopover', function fixedPopover() {
|
||||||
describe('computeAdjustedOffsetAndDirection', ()=> {
|
describe('computeAdjustedOffsetAndDirection', ()=> {
|
||||||
beforeEach(()=> {
|
beforeEach(()=> {
|
||||||
this.popover = makePopover()
|
this.popover = makePopover()
|
||||||
|
|
Loading…
Reference in a new issue