fix(Slider): fix styling errors in hidden element #2145
Annotations
6 errors
Run npm run test:
src/slider/__test__/index.test.jsx#L84
AssertionError: expected false to be truthy
❯ src/slider/__test__/index.test.jsx:84:100
|
Run npm run test:
src/slider/__test__/index.test.jsx#L111
AssertionError: expected "spy" to be called with arguments: [ [ +0, 54 ] ]
Received:
Number of calls: 0
❯ src/slider/__test__/index.test.jsx:111:24
|
Run npm run test:
src/slider/__test__/index.test.jsx#L145
AssertionError: expected "spy" to be called with arguments: [ 61 ]
Received:
1st spy call:
Array [
- 61,
+ 100,
]
Number of calls: 1
❯ src/slider/__test__/index.test.jsx:145:24
|
Run npm run test:
src/slider/__test__/index.test.jsx#L193
AssertionError: expected "spy" to be called with arguments: [ 54 ]
Received:
1st spy call:
Array [
- 54,
+ 100,
]
Number of calls: 1
❯ src/slider/__test__/index.test.jsx:193:24
|
Run npm run test:
src/slider/__test__/index.test.jsx#L225
AssertionError: expected "spy" to be called with arguments: [ [ 24, 100 ] ]
Received:
1st spy call:
Array [
Array [
- 24,
+ 100,
100,
],
]
Number of calls: 1
❯ src/slider/__test__/index.test.jsx:225:24
|
Run npm run test
Process completed with exit code 1.
|
Loading