Skip to content

Commit

Permalink
test(next): export new Modal to /next 7360832642
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Dec 10, 2024
1 parent cdcbcba commit 0fdcf9b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/core/src/__tests__/__snapshots__/exports.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,16 @@ exports[`exports should export all components 1`] = `
]
`;

exports[`exports should export next all components 1`] = `[]`;
exports[`exports should export next all components 1`] = `
[
"Modal",
"ModalBasicLayout",
"ModalContent",
"ModalFooter",
"ModalFooterWizard",
"ModalHeader",
"ModalMedia",
"ModalMediaLayout",
"ModalSideBySideLayout",
]
`;

0 comments on commit 0fdcf9b

Please sign in to comment.