Skip to content

Commit 030f7d5

Browse files
committed
tests: update tests
1 parent d81af4d commit 030f7d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/coreui-react/src/components/form/__tests__/CFormTextarea.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ test('CFormTextarea customize', async () => {
1919
readOnly={true}
2020
valid={true}
2121
defaultValue="Some value"
22+
rows={2}
2223
/>,
2324
)
2425
expect(container).toMatchSnapshot()

0 commit comments

Comments
 (0)