Skip to content

Commit 79f9cfc

Browse files
committed
test(eds-core-react): 🧪 Input - update test description to remove foundation.css reference
1 parent 719dddd commit 79f9cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/eds-core-react/src/components/Input/Input.new.test.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ describe('Input (New)', () => {
196196
})
197197
})
198198

199-
describe('Integration with foundation.css', () => {
199+
describe('CSS classes and styling', () => {
200200
it('Applies correct CSS classes for styling hooks', () => {
201201
render(<Input className="test-class" />)
202202
// eslint-disable-next-line testing-library/no-node-access

0 commit comments

Comments
 (0)