Skip to content

Commit e1dc22a

Browse files
committed
chore: update tests.
1 parent 677b37b commit e1dc22a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'react-native-reanimated-carousel': patch
2+
'react-native-reanimated-carousel': minor
33
---
44

55
🚀 Support to test.

exampleExpo/src/snapshots.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jest.mock("@faker-js/faker", () => ({
2222
},
2323
}));
2424

25-
describe("<Carousel />", () => {
25+
describe("Test all cases.", () => {
2626
const originalMathRandom = Math.random;
2727

2828
beforeEach(() => {

0 commit comments

Comments
 (0)