We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c254b commit 387b87bCopy full SHA for 387b87b
package/src/renderer/__tests__/e2e/Text.spec.tsx
@@ -69,19 +69,6 @@ describe("Text", () => {
69
checkImage(image, `snapshots/text/text-bounds-${surface.OS}.png`);
70
});
71
72
- // We test it only on Android and iOS now because there might be no default font on Web
73
- itRunsE2eOnly("The font property is optional", async () => {
74
- const image = await surface.draw(
75
- <>
76
- <Fill color="white" />
77
- <Group>
78
- <Text x={32} y={64} text="Hello World!" />
79
- </Group>
80
- </>
81
- );
82
- checkImage(image, `snapshots/text/text-default-font-${surface.OS}.png`);
83
- });
84
-
85
it("Should draw text along a circle", async () => {
86
const font = fonts.RobotoMedium;
87
const { Skia } = importSkia();
0 commit comments