Skip to content

Commit b8bc7f3

Browse files
committed
test: update expectations for upgraded tooling
1 parent 0ec1d83 commit b8bc7f3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tests/semantic.test.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ describe('InputNumber.Semantic', () => {
1212
action: 'test-action',
1313
};
1414
const testStyles = {
15-
root: { color: 'orange' },
16-
prefix: { color: 'red' },
17-
input: { color: 'blue' },
18-
suffix: { color: 'green' },
19-
actions: { color: 'yellow' },
20-
action: { color: 'pink' },
15+
root: { color: 'rgb(255, 165, 0)' },
16+
prefix: { color: 'rgb(255, 0, 0)' },
17+
input: { color: 'rgb(0, 0, 255)' },
18+
suffix: { color: 'rgb(0, 128, 0)' },
19+
actions: { color: 'rgb(255, 255, 0)' },
20+
action: { color: 'rgb(255, 192, 203)' },
2121
};
2222
const { container } = render(
2323
<InputNumber

0 commit comments

Comments
 (0)