mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +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
|
||||
};
|
||||
|
||||
describe('FixedPopover', ()=> {
|
||||
describe('FixedPopover', function fixedPopover() {
|
||||
describe('computeAdjustedOffsetAndDirection', ()=> {
|
||||
beforeEach(()=> {
|
||||
this.popover = makePopover()
|
||||
|
|
Loading…
Reference in a new issue