feat(dashboard,currency): added Tajikistani somoni currency (#13178)

* added Tajikistani somoni currency

* updated currencies.ts

* changeset

* updated changeset

---------

Co-authored-by: William Bouchard <46496014+willbouch@users.noreply.github.com>
This commit is contained in:
Amirkhon
2025-09-09 13:03:39 -04:00
committed by GitHub
co-authored by William Bouchard
parent d724f079a8
commit 1b681a79da
5 changed files with 26 additions and 4 deletions
@@ -86,7 +86,7 @@ moduleIntegrationTestRunner<ICurrencyModuleService>({
const [currenciesResult, count] =
await service.listAndCountCurrencies({}, {})
expect(count).toEqual(122)
expect(count).toEqual(123)
expect(currenciesResult).toEqual(
expect.arrayContaining([
expect.objectContaining({
@@ -123,7 +123,7 @@ moduleIntegrationTestRunner<ICurrencyModuleService>({
const [currenciesResult, count] =
await service.listAndCountCurrencies({}, { skip: 5, take: 1 })
expect(count).toEqual(122)
expect(count).toEqual(123)
expect(currenciesResult).toEqual([
expect.objectContaining({
code: "aud",
@@ -144,7 +144,7 @@ moduleIntegrationTestRunner<ICurrencyModuleService>({
const serialized = JSON.parse(JSON.stringify(currenciesResult))
expect(count).toEqual(122)
expect(count).toEqual(123)
expect(serialized).toEqual([
{
code: "aed",