Skip to content

Commit 1185cde

Browse files
committed
test: fix slide position test cases
1 parent 7c32d3c commit 1185cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/toppy/src/tests/positions/slide-position.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('@ SlidePosition', () => {
1313
expect(slidePos.getPositions()).toEqual({
1414
left: 0,
1515
top: 0,
16-
width: 200,
16+
width: '200px',
1717
height: '100%',
1818
position: 'fixed',
1919
extra: SlidePlacement.LEFT

0 commit comments

Comments
 (0)