We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8785347 commit 6731128Copy full SHA for 6731128
src/__tests__/documenter.test.ts
@@ -20,4 +20,4 @@ test("internal core API matches snapshot", () => {
20
publicFilesGlob: "src/internal-do-not-use/core-chart/index.tsx",
21
});
22
expect(definitions).toMatchSnapshot("internal-core-chart");
23
-});
+}, 10_000);
0 commit comments