Skip to content

Add support for Intl.Locale #560

Add support for Intl.Locale

Add support for Intl.Locale #560

Triggered via push April 24, 2024 16:18
Status Failure
Total duration 47s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Currency values › resolveCurrencyFormat › should get the currency format for 'BH': 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
Currency values › resolveCurrencyFormat › should get the currency format for 'TL': 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
Currency values › resolveCurrencyFormat › should get the currency format for 'TW': 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
Currency values › formatCurrency › should format a currency for 'BH': 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
Currency values › formatCurrency › should format a currency for 'TL': 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
Currency values › formatCurrency › should format a currency for 'TW': 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
Currency values › formatCurrencyToParts › should format a currency for 'BH': 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
Currency values › formatCurrencyToParts › should format a currency for 'TL': 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
Currency values › formatCurrencyToParts › should format a currency for 'TW': 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
ci
Process completed with exit code 1.
ci
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/.