fixed tests

This commit is contained in:
Martin Bielik 2017-12-11 15:38:54 +01:00
parent fc24aa520f
commit 9c38cfe1c7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const { default: Popover } = require('../../src/renderers/Popover');
describe('Popover', () => {
const defaultLayouts = {
windowLayout: { width: 400, height: 600 },
windowLayout: { width: 400, height: 600, x: 0, y: 0 },
triggerLayout: { width: 50, height: 50, x: 10, y: 10 },
optionsLayout: { width: 200, height: 100 },
};