-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
/** | ||
* This should ideally be in web/components/src/Carousel instead of in web/pageComponents/Carousel | ||
* However, it would seem that the Swiper.js library and Jest do not get along nicely | ||
* See: https://github.com/nolimits4web/swiper/discussions/4969 | ||
* I have tried some of the suggestions in that discussion without much success. Due to the structure of our code, using | ||
* the transformIgnorePatterns causes other issues, since we are exporting all components from web/components/src/index.ts | ||
* and we can't selectively ignore just the export line for the Carousel there | ||
*/ | ||
|
||
export * from './Swiper' |