Skip to content

Commit

Permalink
fix: add filename to code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Oct 27, 2024
1 parent 1cd75b9 commit b25641d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart/storybook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If use a legacy version of Storybook (\<v8), follow our [legacy Storybook quicks

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

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

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

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

Expand Down

0 comments on commit b25641d

Please sign in to comment.