Implement better pipeline (#3)

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2025-11-30 14:02:21 +01:00
parent 3f4d611a18
commit 134dc79f3c
5 changed files with 4 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');
});
});