Skip to content

Commit b25641d

Browse files
committed
fix: add filename to code snippet
1 parent 1cd75b9 commit b25641d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart/storybook.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If use a legacy version of Storybook (\<v8), follow our [legacy Storybook quicks
4040

4141
Add the following scripts to your `package.json`:
4242

43-
```json
43+
```json title="package.json"
4444
{
4545
"scripts": {
4646
"test-storybook": "NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-vm-modules test-storybook"
@@ -58,7 +58,7 @@ Add the following scripts to your `package.json`:
5858

5959
Add `.storybook/test-runner.ts` file to your project:
6060

61-
```ts
61+
```ts title=".storybook/test-runner.ts"
6262
import type { TestRunnerConfig } from "@storybook/test-runner";
6363
import { argosScreenshot } from "@argos-ci/storybook";
6464

0 commit comments

Comments
 (0)