We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef29a7 commit 62ecaa7Copy full SHA for 62ecaa7
src/components/inputCurrency/__tests__/inputCurrency.test.tsx
@@ -3,7 +3,7 @@ import * as React from 'react';
3
4
import { axe } from 'jest-axe';
5
6
-import { InputContentPosition, InputState } from '@/components/input/types';
+import { FormatNumber, InputContentPosition, InputState } from '@/components/input/types';
7
import { renderProvider } from '@/tests/renderProvider/renderProvider.utility';
8
import { POSITIONS } from '@/types/positions';
9
@@ -28,7 +28,7 @@ const format = {
28
style: 'decimal',
29
maximumFractionDigits: 3,
30
minimumFractionDigits: 1,
31
-};
+} as FormatNumber;
32
33
describe('New Input Currency Component', () => {
34
test('Should render InputCurrency component', async () => {
0 commit comments