Skip to content

Commit

Permalink
fix(radio): typo & test command
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 authored and dpellier committed Nov 28, 2024
1 parent f11ed4e commit 81c617a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/ods/src/components/radio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start": "stencil build --dev --watch --serve",
"test:e2e": "stencil test --e2e --config stencil.config.ts --max-workers=2",
"test:e2e:ci": "tsc --noEmit && stencil test --e2e --ci --runInBand --config stencil.config.ts",
"test:spec": "stencil test --spec --config stencil.config.ts --coverage --passWithNoTests",
"test:spec:ci": "tsc --noEmit && stencil test --config stencil.config.ts --spec --ci --passWithNoTests"
"test:spec": "stencil test --spec --config stencil.config.ts --coverage",
"test:spec:ci": "tsc --noEmit && stencil test --config stencil.config.ts --spec --ci"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The `id` is encapsulated by the `input-id` attribute. This way you can link a la

<Heading label="Validity State" level={ 3 } />

<Canvas of={ RadioStories.ValidityState } sourceState='shown' />
<Canvas of={ RadioStories.ValidityState } sourceState="shown" />

<Heading label="Included in a Form Field" level={ 3 } />

Expand Down

0 comments on commit 81c617a

Please sign in to comment.