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:
co-authored by
William Bouchard
parent
d724f079a8
commit
1b681a79da
@@ -22,7 +22,7 @@ medusaIntegrationTestRunner({
|
||||
)
|
||||
|
||||
expect(response.status).toEqual(200)
|
||||
expect(response.data.currencies).toHaveLength(122)
|
||||
expect(response.data.currencies).toHaveLength(123)
|
||||
expect(response.data.currencies).toEqual(
|
||||
expect.arrayContaining([
|
||||
expect.objectContaining({
|
||||
|
||||
Reference in New Issue
Block a user