Skip to content

Commit 2b29d22

Browse files
committed
test: deleted duplicate test
1 parent 0b54517 commit 2b29d22

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/hooks/useOrientation/useOrientation.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ it('Should return current window orientation', () => {
6161
expect(typeof result.current.angle).toBe('number');
6262
});
6363

64-
it('should use initial values in case of no parameters', () => {
65-
const { result } = renderHook(useOrientation);
66-
67-
expect(result.current.type).toBe('landscape-primary');
68-
expect(result.current.angle).toBe(0);
69-
});
70-
7164
it('Should use orientation', () => {
7265
const { result } = renderHook(useOrientation);
7366

0 commit comments

Comments
 (0)