Skip to content

Commit

Permalink
build(component-library): add types to storybooks test runner config
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Jan 22, 2025
1 parent b6ad9fe commit 71088d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/component-library/.storybook/test-runner.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import type { TestRunnerConfig } from "@storybook/test-runner";

const path = require("path");
const { toMatchImageSnapshot } = require("jest-image-snapshot");

Expand Down Expand Up @@ -51,4 +53,4 @@ module.exports = {
customReceivedDir: customReceivedDir,
});
},
};
} satisfies TestRunnerConfig;

0 comments on commit 71088d0

Please sign in to comment.