fxa/libs/payments/currency
Reino Muhl f47d120d71
feat(libs): convert libs/* to esbuild and swc/jest
Because:

- ts-jest is consuming too much memory during unit test execution

This commit:

- Replace ts-jest with @swc/jest, which has better memory utilization
- Replace Nx TSC build executor with Nx esbuild build executor, for better performance.
- Reduce size of unit-test job instance size from large back to medium+

Closes #FXA-9879
2024-06-27 15:28:55 -04:00
..
src chore(libs): restructure stripe lib into responsibility-driven structure 2024-06-04 16:53:26 +00:00
.eslintrc.json feat(payments-paypal): create PaypalService createBillingAgreement method 2024-04-24 11:07:34 -07:00
.swcrc feat(libs): convert libs/* to esbuild and swc/jest 2024-06-27 15:28:55 -04:00
README.md feat(payments-paypal): create PaypalService createBillingAgreement method 2024-04-24 11:07:34 -07:00
jest.config.ts feat(libs): convert libs/* to esbuild and swc/jest 2024-06-27 15:28:55 -04:00
package.json feat(payments-paypal): create PaypalService createBillingAgreement method 2024-04-24 11:07:34 -07:00
project.json feat(libs): convert libs/* to esbuild and swc/jest 2024-06-27 15:28:55 -04:00
tsconfig.json feat(payments-paypal): create PaypalService createBillingAgreement method 2024-04-24 11:07:34 -07:00
tsconfig.lib.json feat(payments-paypal): create PaypalService createBillingAgreement method 2024-04-24 11:07:34 -07:00
tsconfig.spec.json feat(payments-paypal): create PaypalService createBillingAgreement method 2024-04-24 11:07:34 -07:00

README.md

payments-currency

This library was generated with Nx.

Building

Run nx build payments-currency to build the library.

Running unit tests

Run nx test-unit payments-currency to execute the unit tests via Jest.