Increase readability for enums

This commit is contained in:
Dolan Miu
2020-05-13 02:51:47 +01:00
parent 25a7ce3742
commit b4f1c4dd6a
3 changed files with 8 additions and 8 deletions

View File

@ -274,7 +274,7 @@ describe("TableCell", () => {
it("should create with text direction", () => {
const cell = new TableCell({
children: [],
textDirection: TextDirection.BOTTOMTOTOPLEFTTORIGHT,
textDirection: TextDirection.BOTTOM_TO_TOP_LEFT_TO_RIGHT,
});
const tree = new Formatter().format(cell);