diff --git a/.changeset/sixty-carpets-exercise.md b/.changeset/sixty-carpets-exercise.md new file mode 100644 index 00000000..7f49879b --- /dev/null +++ b/.changeset/sixty-carpets-exercise.md @@ -0,0 +1,12 @@ +--- +"test-programmatic": patch +"test-decorators": patch +"playwright": patch +"test-config-ts": patch +"test-provider": patch +"test-addons": patch +"test-config": patch +"test-css": patch +--- + +Add types to all tests to increase type test coverage diff --git a/e2e/addons/src/a11y.stories.tsx b/e2e/addons/src/a11y.stories.tsx index 0f904bbc..ee945326 100644 --- a/e2e/addons/src/a11y.stories.tsx +++ b/e2e/addons/src/a11y.stories.tsx @@ -1,4 +1,6 @@ -export const Issues = () => ( +import type { Story } from "@ladle/react"; + +export const Issues: Story = () => ( <>