Skip to content

Commit

Permalink
Merge branch 'naporitan/replace-vitest' into naporitan/merge-test
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Jul 11, 2024
2 parents 050f6da + 9e48643 commit 848e099
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`Storybook Tests > react/SegmentedControl > ObjectSegments 1`] = `
aria-label="test"
aria-orientation="vertical"
className="charcoal-segmented-control"
id="react-aria-10"
id="test-id"
onBlur={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
Expand All @@ -23,7 +23,7 @@ exports[`Storybook Tests > react/SegmentedControl > ObjectSegments 1`] = `
checked={false}
className="charcoal-segmented-control-radio__input"
disabled={false}
name="test"
name="test-id"
onChange={[Function]}
onClick={[Function]}
onDragStart={[Function]}
Expand Down Expand Up @@ -54,7 +54,7 @@ exports[`Storybook Tests > react/SegmentedControl > ObjectSegments 1`] = `
checked={false}
className="charcoal-segmented-control-radio__input"
disabled={false}
name="test"
name="test-id"
onChange={[Function]}
onClick={[Function]}
onDragStart={[Function]}
Expand Down Expand Up @@ -85,7 +85,7 @@ exports[`Storybook Tests > react/SegmentedControl > ObjectSegments 1`] = `
checked={false}
className="charcoal-segmented-control-radio__input"
disabled={false}
name="test"
name="test-id"
onChange={[Function]}
onClick={[Function]}
onDragStart={[Function]}
Expand Down Expand Up @@ -116,7 +116,7 @@ exports[`Storybook Tests > react/SegmentedControl > ObjectSegments 1`] = `
checked={false}
className="charcoal-segmented-control-radio__input"
disabled={true}
name="test"
name="test-id"
onChange={[Function]}
onClick={[Function]}
onDragStart={[Function]}
Expand Down Expand Up @@ -148,7 +148,7 @@ exports[`Storybook Tests > react/SegmentedControl > StringSegments 1`] = `
aria-label="test"
aria-orientation="vertical"
className="charcoal-segmented-control"
id="react-aria-6"
id="test-id"
onBlur={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
Expand All @@ -163,7 +163,7 @@ exports[`Storybook Tests > react/SegmentedControl > StringSegments 1`] = `
checked={false}
className="charcoal-segmented-control-radio__input"
disabled={false}
name="test"
name="test-id"
onChange={[Function]}
onClick={[Function]}
onDragStart={[Function]}
Expand Down Expand Up @@ -194,7 +194,7 @@ exports[`Storybook Tests > react/SegmentedControl > StringSegments 1`] = `
checked={false}
className="charcoal-segmented-control-radio__input"
disabled={false}
name="test"
name="test-id"
onChange={[Function]}
onClick={[Function]}
onDragStart={[Function]}
Expand Down Expand Up @@ -225,7 +225,7 @@ exports[`Storybook Tests > react/SegmentedControl > StringSegments 1`] = `
checked={false}
className="charcoal-segmented-control-radio__input"
disabled={false}
name="test"
name="test-id"
onChange={[Function]}
onClick={[Function]}
onDragStart={[Function]}
Expand Down
10 changes: 10 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,15 @@ export default defineConfig({
),
},
],
server: {
deps: {
inline: [
/@react-aria\/(.*)/,
/@react-stately\/(.*)/,
/react-stately/,
/@charcoal-ui\/(.*)/,
]
}
}
},
})

0 comments on commit 848e099

Please sign in to comment.