Skip to content

Commit

Permalink
fix(Accordion): removed data-testid for now
Browse files Browse the repository at this point in the history
fix(Accordion): removed vitest testing for now
  • Loading branch information
N00nDay committed Oct 23, 2022
1 parent c310853 commit 3825a9e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 89 deletions.
1 change: 0 additions & 1 deletion src/lib/components/accordion/Accordion.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</script>

<div
data-testid="accordion"
class={finalClass}
use:useActions={use}
use:forwardEvents
Expand Down
85 changes: 0 additions & 85 deletions src/lib/components/accordion/Accordion.test.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/lib/components/accordion/Content.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
</script>

<div
data-testid="accordion.item.content"
transition:slide|local
class={finalClass}
use:useActions={use}
Expand Down
1 change: 0 additions & 1 deletion src/lib/components/accordion/Item.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
</script>

<div
data-testid="accordion.item"
class={finalClass}
use:useActions={use}
use:forwardEvents
Expand Down
1 change: 0 additions & 1 deletion src/lib/components/accordion/Title.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
</script>

<button
data-testid="accordion.item.title"
aria-label="Accordion Item Toggle"
class={finalClass}
type="button"
Expand Down

0 comments on commit 3825a9e

Please sign in to comment.