зеркало из https://github.com/mozilla/fxa.git
f47d120d71
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 |
||
---|---|---|
.. | ||
src | ||
.eslintrc.json | ||
.swcrc | ||
README.md | ||
jest.config.ts | ||
package.json | ||
project.json | ||
tsconfig.json | ||
tsconfig.lib.json | ||
tsconfig.spec.json |
README.md
pem-jwk
Pull in pem-jwk functionality utilizing crypto lib.
Building
Run nx build pem-jwk
to build the library.
Running unit tests
Run nx test pem-jwk
to execute the unit tests via Jest.