Refactor tooltip and reviews-stars libraries; update CI workflow

- Updated the CI workflow to build and test only the "reviews-stars" project.
- Removed unnecessary test files for the "reviews-stars" and "tooltip" libraries.
- Changed the export of TooltipComponent from default to named export.
This commit is contained in:
2025-11-30 13:49:38 +01:00
parent 5ddd6501b6
commit d224f139b4
5 changed files with 3 additions and 672 deletions

View File

@@ -1,7 +0,0 @@
import { reviewsStars } from './reviews-stars';
describe('reviewsStars', () => {
it('should work', () => {
expect(reviewsStars()).toEqual('reviews-stars');
});
});