test('Last method on a group should only call the deferred elements if deferred option is true', () => {
    const element = new Flip();
    const deferredElement = new Flip();
    const group = new FlipGroup();
    group.addElement(element);