fxa/libs/payments/cart
Ben Bangert 62cedecbac
fix: remove circular dependency between account and core
Because:

* The circular dependency between account and core was causing
  problems with the build.

This commit:

* Moves the setup function from core to account.
2023-08-01 18:50:51 -07:00
..
src
.eslintrc.json
README.md
jest.config.ts
package.json
project.json
tsconfig.json
tsconfig.lib.json
tsconfig.spec.json

README.md

payments-cart

This library was generated with Nx.

Building

Run nx build payments-cart to build the library.

Running unit tests

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