feat : Add Currency Module : [ATLAS-26, ATLAS-27, ATLAS-28] #18
Annotations
10 errors and 1 warning
src/modules/currency/__tests__/getCurrencyList.test.ts#L1
Replace `"../getCurrencyList"` with `'../getCurrencyList'`
|
src/modules/currency/__tests__/getCurrencyList.test.ts#L2
Replace `"../data/currencies"` with `'../data/currencies'`
|
src/modules/currency/__tests__/getCurrencySymbol.test.ts#L1
Replace `"../getCurrencySymbol"` with `'../getCurrencySymbol'`
|
src/modules/currency/__tests__/getCurrencySymbol.test.ts#L3
Replace `"getCurrencySymbol"` with `'getCurrencySymbol'`
|
src/modules/currency/__tests__/getCurrencySymbol.test.ts#L4
Replace `"should·return·the·correct·symbol·for·a·valid·currency·code"` with `'should·return·the·correct·symbol·for·a·valid·currency·code'`
|
src/modules/currency/__tests__/getCurrencySymbol.test.ts#L5
Replace `"USD"` with `'USD'`
|
src/modules/currency/__tests__/getCurrencySymbol.test.ts#L6
Replace `"$"` with `'$'`
|
src/modules/currency/__tests__/getCurrencySymbol.test.ts#L11
Replace `"should·throw·Error·for·an·invalid·currency·code"` with `'should·throw·Error·for·an·invalid·currency·code'`
|
src/modules/currency/__tests__/getCurrencySymbol.test.ts#L12
Replace `"XYZ"` with `'XYZ'`
|
src/modules/currency/__tests__/getCurrencySymbol.test.ts#L13
Replace `"Invalid·currencyCode!"` with `⏎······'Invalid·currencyCode!',⏎····`
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading