Skip to content

Commit

Permalink
Merge pull request #29758 from DaleSeo/patch-4
Browse files Browse the repository at this point in the history
docs: correct file extension
  • Loading branch information
jonniebigodes authored Nov 30, 2024
2 parents f359e2b + b9721cf commit 08e5a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_snippets/test-runner-custom-page-viewport.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
};
```
```ts filename=".storybook/test-runner.js" renderer="common" language="ts"
```ts filename=".storybook/test-runner.ts" renderer="common" language="ts"
import type { TestRunnerConfig } from '@storybook/test-runner';
import { getStoryContext } from '@storybook/test-runner';

Expand Down

0 comments on commit 08e5a54

Please # to comment.