Add support for Intl.Locale #560
Annotations
10 errors and 1 warning
Test:
src/lib/number-format/tests/resolve-format.spec.ts#L45
expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: "BH", ObjectContaining {"currency": Any<String>, "style": "currency"}
Number of calls: 0
at lib/number-format/tests/resolve-format.spec.ts:45:33
|
Test:
src/lib/number-format/tests/resolve-format.spec.ts#L45
expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: "TL", ObjectContaining {"currency": Any<String>, "style": "currency"}
Number of calls: 0
at lib/number-format/tests/resolve-format.spec.ts:45:33
|
Test:
src/lib/number-format/tests/resolve-format.spec.ts#L45
expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: "TW", ObjectContaining {"currency": Any<String>, "style": "currency"}
Number of calls: 0
at lib/number-format/tests/resolve-format.spec.ts:45:33
|
Test:
src/lib/number-format/tests/format.spec.ts#L50
expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: "BH", ObjectContaining {"currency": Any<String>, "style": "currency"}
Number of calls: 0
at lib/number-format/tests/format.spec.ts:50:33
|
Test:
src/lib/number-format/tests/format.spec.ts#L50
expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: "TL", ObjectContaining {"currency": Any<String>, "style": "currency"}
Number of calls: 0
at lib/number-format/tests/format.spec.ts:50:33
|
Test:
src/lib/number-format/tests/format.spec.ts#L50
expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: "TW", ObjectContaining {"currency": Any<String>, "style": "currency"}
Number of calls: 0
at lib/number-format/tests/format.spec.ts:50:33
|
Test:
src/lib/number-format/tests/format-to-parts.spec.ts#L51
expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: "BH", ObjectContaining {"currency": Any<String>, "style": "currency"}
Number of calls: 0
at lib/number-format/tests/format-to-parts.spec.ts:51:33
|
Test:
src/lib/number-format/tests/format-to-parts.spec.ts#L51
expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: "TL", ObjectContaining {"currency": Any<String>, "style": "currency"}
Number of calls: 0
at lib/number-format/tests/format-to-parts.spec.ts:51:33
|
Test:
src/lib/number-format/tests/format-to-parts.spec.ts#L51
expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: "TW", ObjectContaining {"currency": Any<String>, "style": "currency"}
Number of calls: 0
at lib/number-format/tests/format-to-parts.spec.ts:51:33
|
Test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading