Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 7b54c53

Browse files
Merge pull request #147 from Shyrro/fix/cypressTests
fix(tests): fix accordion import
2 parents 5bb76a0 + 30c8a21 commit 7b54c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/c-accordion/tests/c-accordion.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import CAccordion from "../src"
1+
import { CAccordion } from "../src"
22
import { h } from "vue"
33

44
it("should render properly", () => {

0 commit comments

Comments
 (0)