add test for floating vertical position
This commit is contained in:
@ -49,5 +49,9 @@ describe("VerticalPosition", () => {
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it("should require one of align or offset", () => {
|
||||||
|
expect(() => new VerticalPosition({})).to.throw();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user